0.2.1-alpha
Pre-release
Pre-release
-
Introduced init script to make sourcing the kit just one command.
- go to kit root:
cd <path/to/kit>
- Create symlink of the init.sh to .local/bin dir:
ln -s -r -i init.sh ~/.local/bin/kireisakura
- Now at the start of any sctipt include:
eval "$(kireisakura --init -d <path/to/kit> )"
- kit will be imported.
- for help run
kireisakura -h
in terminal
- go to kit root:
-
Now using snake_case to name Utilities.
-
Tons of bug fixes.