https://github.com/srijanshetty/zsh-suffix-alias
[ Abandoned ] Don't see much use of the project in lieu of xdg-open and other similar tools
https://github.com/srijanshetty/zsh-suffix-alias
Last synced: 5 days ago
JSON representation
[ Abandoned ] Don't see much use of the project in lieu of xdg-open and other similar tools
- Host: GitHub
- URL: https://github.com/srijanshetty/zsh-suffix-alias
- Owner: srijanshetty
- License: other
- Created: 2015-05-27T15:51:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T06:45:15.000Z (over 8 years ago)
- Last Synced: 2025-04-22T23:14:03.925Z (5 days ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZSH-Suffix-Aliases
> Suffix aliases so that you can directly open any kind of file in zsh.
## Install
Just use a ZSH plugin manager of your choice
**Antigen**
$ antigen bundle add srijanshetty/zsh-suffix-alias
## Usage
- Enter the name of a file in the shell prompt and viola, it will open up in the designated application.
- I couple this with the magnificent [fzf](https://github.com/junegunn/fzf) which provides a fuzzy file
picker for the shell.## License
MIT © [Srijan R Shetty](http://srijanshetty.in)