Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimbrig/tools

~/tools 🔨
https://github.com/jimbrig/tools

gitmodules list monorepo tools toolset

Last synced: 6 days ago
JSON representation

~/tools 🔨

Awesome Lists containing this project

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
```