Skip to content

Releases: marcos-venicius/command-shrink

Stable release

13 Nov 19:14
a906446
Compare
Choose a tag to compare

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

02 Aug 16:27
Compare
Choose a tag to compare
  • 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

23 May 17:15
Compare
Choose a tag to compare

Full Changelog: v1.0.0...1.1.0

Features

Multi terminal support 💥

1.0.0

21 Mar 15:27
Compare
Choose a tag to compare

What's Changed

New Contributors

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