Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notalexnot/gitpanso

espanso package for quickly writing Git commands.
https://github.com/notalexnot/gitpanso

espanso espanso-package

Last synced: about 2 months ago
JSON representation

espanso package for quickly writing Git commands.

Awesome Lists containing this project

README

        

# Gitpanso
Git shortcuts for espanso to quickly enter commands (e.g commit, remote origin, etc.).

## Shortcuts
- **:gup** git update
- **:gall** git add -A
- **:ga** git add [cursor]
- **:com1** git commit -m "[cursor]"
- **:com2** git commit -m "MM-DD-YYYY | HH:mm"
- **:com3** git commit -m "DD-MM-YYYY | HH:mm"
- **:gp** git push
- **:gr** git push --set-upstream origin [cursor]