https://github.com/montyanderson/abstract
💬 Create commit messages with directory context.
https://github.com/montyanderson/abstract
Last synced: 3 months ago
JSON representation
💬 Create commit messages with directory context.
- Host: GitHub
- URL: https://github.com/montyanderson/abstract
- Owner: montyanderson
- Created: 2023-03-27T16:08:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T18:29:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T00:41:36.258Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# abstract
Create commit messages with directory context.
> An abstract is a concise summary of a research paper or entire thesis.
```
$ a "form components"[master cd19de8] `ui/components/*`: form components
3 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 ui/components/Button.vue
create mode 100644 ui/components/Input.vue
create mode 100644 ui/components/Select.vue
```## install
```
git clone https://github.com/montyanderson/abstract ~/.abstract
```If you're using Mac OS / ZSH:
```
echo "alias \"a=$HOME/.abstract/commit.sh\"" >> ~/.zshrc
```If you're using Linux / Bash:
```
echo "alias \"a=$HOME/.abstract/commit.sh\"" >> ~/.bashrc
```