OpenCommit completion using fzf for zsh
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
feat: Add support for printing conventional commit types and examples in fzf-opencommit script
e0228e7View on GitHubfix(fzf-opencommit.sh): Add a function to sort and save the opencommit commands in ~/.opencommit file for better organization and user experience.
44c3b98View on GitHubIt looks like you've added new functions to configure OpenCommit using fzf, a command-line fuzzy finder. The changes include:
82962bfView on GitHubfeat(README.md): add installation instructions for fzf-opencommit
5b3d10bView on GitHubIt appears you have a bash script that uses the `fzf` command to interactively select values for various configuration options in an OpenCommit (oco) tool. The script provides functions to update the following configuration settings:
1d3ed58View on GitHub