Skip to content

Releases: dynamotn/projekt

v1.3.0

08 Sep 15:57
8a82cad
Compare
Choose a tag to compare

Changelog

  • 8a82cad ci: change deprecated option of goreleaser
  • 135f1df feat: add support for zellij
  • d6df158 fix: lack quoted in fish shell

v1.2.0

25 May 16:22
dd81c32
Compare
Choose a tag to compare

Changelog

  • f2b1e1b Merge remote-tracking branch 'origin/main'
  • dd81c32 feat: add condition for folder as symlink
  • 0e2e724 refactor: move subcommand to sub folder

v1.1.0

08 Nov 09:13
Compare
Choose a tag to compare

Changelog

  • 97140c0 Add Makefile to build multiple commands
  • be58ff5 Add b and t command
  • 622633f Add basic format of projekt folder add command
  • 7ebb578 Add cobra as dependency to work with CLI
  • e959ec9 Add color and change template of usage
  • 58ec4b7 Add command in Makefile to install binary
  • 605d1ee Add completion for projekt folder get
  • 667a367 Add editorconfig for Go project
  • a059bc6 Add generate document
  • d980180 Add gitignore
  • 0ae0692 Add installing document
  • 5bcb90f Add lack stuffs for b
  • 8e07ef7 Add license
  • 85129c4 Add projekt get command
  • e84f74d Add projekt list command
  • 3614b6f Add template and boilerplate subcommand
  • d709201 Add version subcommand
  • adad96a Add viper to use config file
  • 32a0cd4 Basic add action for folder subcommand
  • 22bd216 Basic command
  • 4c0df5d Change README to update features and usages
  • abfdb87 Fix debug flag doesn't work
  • fdae887 Fix debug verbose of config file
  • 57e909e Implement logic of add folder project
  • 15180df Improve make and install
  • e590a6b Initial commit
  • 3d19540 Initialize Go modules
  • e20a69b Merge remote-tracking branch 'origin/main'
  • e7d172e Move main file name to long command
  • 0ba1dbd Move version subcommand to only one place
  • d33e591 New method to show version
  • ade0c11 New structure of Projekt source
  • 40fae9c Rename CLI tool from Project to Projekt
  • d508dfc Split two commands to separated packages
  • 65d1ca3 Update README
  • 0cc57aa build: use goreleaser to release binary
  • 05a24ad feat!: bump to stable version
  • 7038443 feat: add projekt remove command
  • 3d79352 feat: auto complete of pj in fish shell
  • ed38fb1 feat: run completion of pj after run projekt command in fish shell
  • 7d17ddf feat: switch pj to shell commands
  • db7697a feat: use color for eyecandy
  • 22d6de9 fix: completion error when use autocomplete
  • b5208e0 fix: trim last / in folder path
  • 2963534 refactor: add alias for folder subcmd
  • da1da1a refactor: bump version to v0.2.0
  • 9e2d0e4 refactor: update all dependencies
  • 8d6d7f2 refactor: use lodash library
  • f7d8f82 refactor: use xdg to get config folder