Releases: mieubrisse/cmdk
Releases · mieubrisse/cmdk
Release list
v0.1.0
Changelog
- b407482 -o flag and testimony in README
- dd25efb Add -O flag and improve -o flag for directory listing
- 5416b81 Add .gitignore for Go build artifacts
- 16b6edb Add FZF_CTRL_T_COMMAND integration to README
- 02fb533 Add Ghostty setup instructions
- 93accd9 Add Go development permissions to .claude/settings.json
- 2c5ca0c Add JSON support
- 77ecd64 Add Makefile and update README for Go build instructions
- 44de7f7 Add PDF previews with pdftotext from poppler
- 4a7aea5 Add TODOs to README
- 2dabf28 Add ZIP preview
- e590abc Add cmdk init subcommand for shell integration
- 16c356c Add common project directory exclusions to file listing
- 569248a Add comprehensive plan for reimplementing cmdk in Go
- 86d6236 Add emojis to terminal installation sections to make them pop more
- eaca813 Add error handling for temp file write and close in run command
- 07ae94e Add excluded directories back as navigable entries
- 0aa82ea Add file categorization package replacing cmdk-core.sh categorization
- 5c64870 Add file listing package replacing list-files.sh
- eed7cd7 Add goreleaser configuration for Homebrew distribution
- 9194176 Add hidden list-files and preview subcommands for fzf
- 19d6007 Add instructions for using with fzf Ctrl-T
- 94092be Add lean v1 design doc for Go rewrite
- 5532577 Add lean v1 implementation plan for Go rewrite
- 69afcfa Add list-files and preview commands
- d2aaeda Add more demo screenshots
- 7a68686 Add more detailed instructions to README
- fb9506a Add platform package for system open command
- dad738a Add preview package replacing preview.sh
- d25ada5 Add release workflow for Goreleaser with Homebrew publishing
- 3c5a4c8 Add shellcheck
- b7367eb Add strict mode to the two subscripts
- 38f1774 Add zsh compat for 'vim -O', and add testing checklist
- e3ad129 Added cmdk.sh script
- 7aa2fe6 Added fish compatibility
- fe07705 Adding docs
- 01d6438 Address all 6 critical issues in Go implementation plan
- 17415e1 Address code review feedback
- 8238715 Address latest review feedback
- 4c8a981 Address review feedback and resolve merge conflicts
- 208a33c Align implementation with PR title: -O for shallow, -o for recursive
- 2019593 Bring order to list-files
- 68f52ef Bugfix
- e4f1966 Cleaning up term installation instructions
- 9d74211 Clearer acknowledgement of fzf
- 6a4eb2a Create LICENSE
- f58d1ec Fix broken zsh
- 6ea77c0 Fix default fd_cmd behavior for unrecognized flags
- 304c87e Fix unicode characters in command descriptions
- 156d662 Fix variable name mismatch in shell wrappers
- 43b41ed Implement run command orchestration replacing cmdk-core.sh
- f82704e Initial commit
- fba495f Initialize Go module with Cobra skeleton
- 944421e Merge branch 'improve-file-filtering'
- 24c28ac Merge branch 'improve-file-filtering'
- d59061c Merge branch 'mieubrisse:main' into main
- 3138080 Merge pull request #11 from mieubrisse/ghostty-setup-instructions
- dc6ce8b Merge pull request #14 from mieubrisse/fix-zsh
- 7aeb92d Merge pull request #15 from jellydn/fix-cmdk-path-variable
- e682035 Merge pull request #16 from jellydn/improve-file-filtering
- 2bfb59f Merge pull request #17 from jellydn/improve-directory-listing-flags
- f1a0474 Merge pull request #21 from mieubrisse/add-shellcheck
- d12704b Merge pull request #22 from mieubrisse/test-branch
- b28363b Merge pull request #8 from spacelatte/patch-2
- 30644b2 Merge pull request #9 from mieubrisse/use-editor-variable
- 21c0c1a More descriptive README
- c38c39c Remove accidental 'HOME' and '..' twice
- 4213e12 Remove callout
- 8102cc1 Run go mod tidy to fix dependency classification
- f714552 Switch to HTTP installation in Git repo
- 410b50d Sync improvements from PR #16
- 132fff3 Test commit
- c7435e7 Throw away STDERR on 'tiv'
- 1079af7 Try again to fix terminal installation instructions
- 4147f3c Try and make README clearer
- 46c9a90 Try to fix terminal installation collapsible
- afd4cd7 Undo the EDITOR variable change so I can mere spacelatte's fix in #8
- 435bc2a Unexport exclude lists and guard home add-back with inHome check
- 84d18e3 Update README
- 845fb94 Update README with better installation & usage tips
- 3f938ed Update beads: add Homebrew tap and release pipeline beads
- d60808f Update beads: close all Homebrew distribution tasks
- 13a8aac Update comment on cmdk
- 3847117 Update goreleaser config for homebrew-cmdk tap publishing
- e073ae8 Update plan and design to build Go code in go/ subdirectory
- 84fa561 Updating README with callout
- dac2e97 Use the EDITOR variable for opening text files
- ee7c540 feat: use $EDITOR if set & non-empty, fallback to
vim -Ootherwise