https://github.com/notalexnot/gitpanso
espanso package for quickly writing Git commands.
https://github.com/notalexnot/gitpanso
espanso espanso-package
Last synced: 3 months ago
JSON representation
espanso package for quickly writing Git commands.
- Host: GitHub
- URL: https://github.com/notalexnot/gitpanso
- Owner: notalexnot
- Created: 2021-10-22T22:44:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T22:57:35.000Z (over 3 years ago)
- Last Synced: 2024-08-09T02:19:48.918Z (7 months ago)
- Topics: espanso, espanso-package
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - notalexnot/gitpanso - espanso package for quickly writing Git commands. (Others)
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]