Releases: marcos-venicius/command-shrink
Releases · marcos-venicius/command-shrink
Stable release
Full Changelog: 1.0.1...v2.0.0
- Update CLI usage
- Change where CLI reads the aliases
Installing
Bash:
cd ~ && echo "export SHRINK_TERMINAL=bash" >> ~/.bashrc && mkdir .shrink && cd .shrink && git clone https://github.com/marcos-venicius/command-shrink.git sk && echo 'sk() { ~/.shrink/sk/main.py "$@"; exec bash; }' >> ~/.bashrc && cd ~ && exec bash
Zsh:
cd ~ && echo "export SHRINK_TERMINAL=zsh" >> ~/.zshrc && mkdir .shrink && cd .shrink && git clone https://github.com/marcos-venicius/command-shrink.git sk && echo 'sk() { ~/.shrink/sk/main.py "$@"; exec zsh; }' >> ~/.zshrc && cd ~ && exec zsh
Improve code + new settings file format
- Change setting file format to json
- Improve code separating more responsibilities
- Improve some method names
- Improve consistence
Full Changelog: 1.1.0...1.0.1
Installing
On Bash
cd ~ && echo "export SHRINK_TERMINAL=bash" >> ~/.bashrc && mkdir .shrink && cd .shrink && git clone https://github.com/marcos-venicius/command-shrink.git shrink && echo 'shrink() { ~/.shrink/shrink/cli.py "$@"; exec bash; }' >> ~/.bashrc && cd ~ && SHRINK_TERMINAL=bash shrink -help
On Zsh
cd ~ && echo "export SHRINK_TERMINAL=zsh" >> ~/.zshrc && mkdir .shrink && cd .shrink && git clone https://github.com/marcos-venicius/command-shrink.git shrink && echo 'shrink() { ~/.shrink/shrink/cli.py "$@"; exec zsh; }' >> ~/.zshrc && cd ~ && SHRINK_TERMINAL=zsh shrink -help
1.1.0
1.0.0
What's Changed
- Patch issue 1 by @marcos-venicius in #4
- Patch issue 2 by @marcos-venicius in #6
New Contributors
- @marcos-venicius made their first contribution in #4
Full Changelog: https://github.com/marcos-venicius/command-shrink/commits/v1.0.0
Features
- create new "shrinks"
- remove "shirnks"
- list availables
- help comand
- auto source current session and make shrink available instantly