Skip to content

0.2.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@soymadip soymadip released this 27 Aug 20:45
· 19 commits to main since this release
2e7f9ec
  • 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
  • Now using snake_case to name Utilities.

  • Tons of bug fixes.