Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hug33k/alfred-shellvariables
💻 Get your shell's variables into Alfred
https://github.com/hug33k/alfred-shellvariables
alferd alfred-3 alfred-workflow alfred3-workflow macos shell
Last synced: 5 days ago
JSON representation
💻 Get your shell's variables into Alfred
- Host: GitHub
- URL: https://github.com/hug33k/alfred-shellvariables
- Owner: hug33k
- Created: 2016-05-25T07:16:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T23:09:32.000Z (over 2 years ago)
- Last Synced: 2024-08-03T16:09:54.325Z (4 months ago)
- Topics: alferd, alfred-3, alfred-workflow, alfred3-workflow, macos, shell
- Language: Python
- Homepage: http://www.packal.org/workflow/shell-variables
- Size: 194 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfred Shell Variables
Get your shell's variables into Alfred
## Installation
Download [Alfred-ShellVariables.alfredworkflow](https://github.com/hug33k/Alfred-ShellVariables/releases/download/v0.3/Alfred-ShellVariables.alfredworkflow) and open it with Alfred.
Available on [Packal](http://www.packal.org/workflow/shell-variables).
## Usage
You must start by selecting your shell with ___sv shell___.
Then you can initialize data by typing ___sv init___.
You can now type ___$___, followed by an optional query, to find your shell variables and copy their values into your clipboard.
## Supported shells
- [x] Fish Shell
- [x] Bash
- [x] ZSH## TODO
You can make a PR or ask me for integrate another shell :)
## Changelogs
### v0.3
* Add ZSH support
* Update shell support### v0.2
* Add Shell selection
* Rename actions (___sv *___)
* Add Bash support### v0.1
* Initial release