v0.0.1
Changelog
- 9012a51 build(deps): update dependences
- c04406b build: add config file template
- 72ef0ce build: add gofumpt format check
- 52ffb69 build: add license
- f7a7fa7 build: add test action
- 98596c4 build: ignore executable
- 8045a55 build: script errors on some operating systems
- 577be0b build: use build directory
- f5659a8 feat: add "include-all", "include-directory" and "include-directory-only" to config
- 71a9c6b feat: add directory-only option
- d2bc6d9 feat: add help information
- 1b3f3f4 feat: add option to ignore entries starting with .
- 1c8d2e1 feat: add support for config file
- 036af21 feat: add working-directory option
- ea8122e feat: confirm before renaming
- 9a877cf feat: don't show help information on startup
- b253651 feat: exit the program directly if there is no modification
- 216d919 feat: generate file list by channel
- d06004c feat: generate file list by channel
- 9804684 feat: initial commit
- b14f37a feat: make the original filename list uneditable
- b7d8940 feat: now any editor can be used except diff mode
- a93cb6f feat: only editors that include vi are supported
- 5fe3c19 feat: print help information in terminal instead of editor
- c0bc8e0 feat: remove the support for config file
- dfd8eeb feat: remove useless flag
- 6b7e875 feat: rename project to vinamer
- 39b856c feat: separate the backend
- 2251b70 feat: set the default value of the editor
- a11d4ca feat: support ignore directories
- 30cd6fc feat: supports editor selection via command line option
- cc5139a feat: use cobra instead of urfave/cli
- c464d9b feat: use one command instead of two
- 3b033c1 feat: use split interface
- 06b237a feat: use two commands to decide whether to open diff
- 6f6fa08 feat: working directory as argument instead of flag
- bda16bf fix: adapt the user confirmation function to windows
- 782a4ce fix: error return value is not checked
- 7d9ef43 refactor: add new renamer function
- a5a036d refactor: change project structure
- 57c5641 refactor: format code
- dc785ab refactor: format code
- be2d661 refactor: format code
- be2df88 refactor: independent core code
- acff51c refactor: integrated ediff package
- 2c45b98 refactor: no longer use cobra
- a4808ce refactor: put file-related operations in the executor package
- 70c3c66 refactor: remove GenerateOpt
- 19fc86e refactor: rename file package to renamer
- 24fdea4 refactor: rename project to vina
- bca13ee refactor: rename related methods are included in the renamer struct
- 6c0d031 refactor: rename vina to edname
- f2114fd refactor: use external errutil package
- 60e5fa8 refactor: use https://github.com/cqroot/ediff
- 74519af refactor: use os.ReadDir() instead of ioutil.ReadDir()
Released by GoReleaser.