A Command Line Tool for creating and maintaining a bragging document in markdown format.
Announcements
- Added command
summarize
to generate a draft for bragging document using Large Language Models (LLMs) likellama2
hosted on Ollama. See example here.
Download/Update
curl -L https://github.com/bovem/brag/releases/download/v0.2/brag-linux-amd64 > /usr/local/bin/brag
Changes
- e09f84f Updated the documentation for CLI on --help
- bovem av_nish@outlook.com
- 4916482 Updated the CLI version in Docs
- bovem av_nish@outlook.com
- 5ec9cde Fixed the model prompt to omit additional information
- bovem av_nish@outlook.com
- cc58f2e Removed redundant comment
- bovem av_nish@outlook.com
- 716b583 Added subcommand summarize to generate a draft bragging documents usind large language models
- bovem av_nish@outlook.com
- b12a375 Refactored about command to pull the data
- bovem av_nish@outlook.com
- 569fdac Added information for summarize command flags in readme
- bovem av_nish@outlook.com
- 66b1d6a Updated README
- bovem av_nish@outlook.com
- 9f32f79 Fixed grammatical mistakes
- bovem av_nish@outlook.com
- 21f3b4c Added prompt for creating a bragging document
- bovem av_nish@outlook.com
- ba3f713 Added bash command to download github release binary
- bovem av_nish@outlook.com