Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/tools
~/tools 🔨
https://github.com/jimbrig/tools
gitmodules list monorepo tools toolset
Last synced: 6 days ago
JSON representation
~/tools 🔨
- Host: GitHub
- URL: https://github.com/jimbrig/tools
- Owner: jimbrig
- Created: 2021-08-27T01:50:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:26:16.000Z (11 months ago)
- Last Synced: 2024-11-13T14:54:20.650Z (2 months ago)
- Topics: gitmodules, list, monorepo, tools, toolset
- Homepage: https://jimbrig.github.io/tools/
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jimbrig/tools - ~/tools 🔨 (Others)
README
# Tools 🔨
> Various developer tools merged into a unified monorepo as git submodules.
## Tools Listing
- [bat](https://github.com/sharkdp/bat)
- [choco](https://github.com/Chocolatey/choco)
- [fzf](https://github.com/junegunn/fzf)
- [gitomatic](https://github.com/muesli/gitomatic)
- [jq](https://github.com/stedolan/jq)
- [lsd](Peltoche/lsd)
- [s-cli](https://github.com/zquestz/s)
- [scoop](https://github.com/lukesampson/scoop)
- [Tab-Session-Manager](https://github.com/sienori/Tab-Session-Manager)
- [topgrade](https://github.com/r-darwish/topgrade)## Git Modules
- [.gitmodules](.gitmodules):
```powershell
➜ cat .gitmodules[submodule "s-cli"]
path = s-cli
url = [email protected]:zquestz/s.git
[submodule "topgrade"]
path = topgrade
url = [email protected]:r-darwish/topgrade.git
[submodule "Tab-Session-Manager"]
path = Tab-Session-Manager
url = [email protected]:sienori/Tab-Session-Manager.git
[submodule "bat"]
path = bat
url = [email protected]:sharkdp/bat.git
[submodule "scoop"]
path = scoop
url = [email protected]:lukesampson/scoop.git
[submodule "choco"]
path = choco
url = [email protected]:chocolatey/choco.git
[submodule "fzf"]
path = fzf
url = [email protected]:junegunn/fzf.git
[submodule "lsd"]
path = lsd
url = [email protected]:Peltoche/lsd.git
[submodule "jq"]
path = jq
url = [email protected]:stedolan/jq.git
[submodule "gitomatic"]
path = gitomatic
url = [email protected]:muesli/gitomatic.git
```