Skip to content

syohex/my-command-utilities

Repository files navigation

My Command Utilities

Examples

# clean up zsh cdr directories which no longer exists or hidden directory
cdr_cleanup

# Print only remaining directories
cdr_cleanup --dry-run

# cleanup directories which no longer exists and are matched filter
cdr_cleanup filter_regexp

# Generate Emacs Cask file
gencask some-elisp-file.el

# Output specified language .gitignore
git-ignore python

# Delete merged branches
git delete-merged-branch

# Pull and fetch and cleanup
git pullclean

# Open new pull request page of current branch
git pr

# Setup for programming language which I use
lang-setup

# Git blame with pull request number
# - Original code: https://gist.github.com/kazuho/eab551e5527cb465847d6b0796d64a39
git blame-pr

# Launch Emacs with my minimum configuration for testing package
test-emacs

License

MIT

About

My Command Line Utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published