syohex / my-command-utilities

My Command Line Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 54.4%Language:Perl 33.7%Language:Shell 11.9%