Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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