File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 3
3
## WIP
4
4
5
5
- Added support for DBeaver (via @or-tal-0 )
6
+ - Added support for rtx (via @dnicolson )
6
7
7
8
## Mackup 0.8.40
8
9
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
576
576
- [ Royal TSX] ( http://www.royaltsx.com/ts/osx/features )
577
577
- [ RStudio] ( https://www.rstudio.com/ )
578
578
- [ rTorrent] ( http://libtorrent.rakshasa.no/ )
579
+ - [ rtx] ( https://github.com/jdx/rtx )
579
580
- [ rubiTrack 5] ( https://www.rubitrack.com )
580
581
- [ Rubocop] ( https://github.com/bbatsov/rubocop )
581
582
- [ Ruby Version Manager] ( https://rvm.io/ )
Original file line number Diff line number Diff line change
1
+ [application]
2
+ name = rtx
3
+
4
+ [xdg_configuration_files]
5
+ rtx
6
+
7
+ [configuration_files]
8
+ .rtx.toml
9
+ .tool-versions
10
+ .default-go-packages
11
+ .default-gems
12
+ .default-nodejs-packages
13
+ .default-node-packages
14
+ .default-npm-packages
15
+ .default-python-packages
16
+ .default-mix-commands
You can’t perform that action at this time.
0 commit comments