Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhoyer/vh-cli
Command Line Interface for whatever vhoyer wants to do haha
https://github.com/vhoyer/vh-cli
Last synced: 24 days ago
JSON representation
Command Line Interface for whatever vhoyer wants to do haha
- Host: GitHub
- URL: https://github.com/vhoyer/vh-cli
- Owner: vhoyer
- Created: 2022-06-29T17:07:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T13:40:30.000Z (5 months ago)
- Last Synced: 2024-12-15T18:49:44.756Z (29 days ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vh-cli
## Installing
```bash
# Adiciona o `~/.local/bin/` no seu .bashrc (ou .zshrc ou outro)
echo "PATH=\"\$PATH:\$HOME/.local/bin\"" >> $HOME/.bashrc
# Clona esse repositório.
git clone [email protected]:/vhoyer/vh-cli.git
# Entra na pasta
cd vh-cli
# Chama `make install` nessa pasta.
make install
```## Dependencies
- git
- node
- fzf
- jq## Contributing
Para adicionar um script no CLI, basta adicionar um script chamado `cmd.sh`
dentro de uma pasta com o nome do seu subcomando na pasta `./tools`.