Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/my-command-utilities
My Command Line Utilities
https://github.com/syohex/my-command-utilities
Last synced: about 19 hours ago
JSON representation
My Command Line Utilities
- Host: GitHub
- URL: https://github.com/syohex/my-command-utilities
- Owner: syohex
- License: other
- Created: 2012-03-03T02:46:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T07:37:10.000Z (3 months ago)
- Last Synced: 2024-11-09T06:08:09.648Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Command Utilities
## Examples
```bash
# 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