https://github.com/pid/fishshellconfig
my personal fishshell config dir
https://github.com/pid/fishshellconfig
Last synced: about 1 year ago
JSON representation
my personal fishshell config dir
- Host: GitHub
- URL: https://github.com/pid/fishshellconfig
- Owner: pid
- License: mit
- Created: 2013-11-05T15:54:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T21:40:51.000Z (over 11 years ago)
- Last Synced: 2025-01-29T12:47:41.008Z (over 1 year ago)
- Language: Shell
- Size: 244 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fishshellConfig
===============
my personal fishshell config dir http://fishshell.com
```sh
$ cd ~/.config
$ git clone git@github.com:pid/fishshellConfig.git fish
$ fish_update_completions
```
# config.secret.load
Add your secret keys here, ie.:
```sh
set HOMEBREW_GITHUB_API_TOKEN ""
```
# password-store fishshell functions
Note: You need some kind of clipboard-history tool like ClipMenu or Alfred
- http://www.clipmenu.com/
- http://www.alfredapp.com/
The functions will copy the username and password to the clipboard as two seperate clipboard-entries.
Next, insert/paste the username in the form, than you have to open the clipboard history and select the previous clipboard-entry. Paste the password to the form. You got it!
## pass-store
Usage: pass-store \ \
Workflow:
- Generates password for the account/storename and stored in first line
- the editor opens, add username in second line (or change password)
- add from line 3 any kind of infos
- save/exit editors
- password and username are copied to clipboard.
## pass-view
Usage: pass-view \
- password and username are copied to clipboard.
(MIT)
[](https://bitdeli.com/free "Bitdeli Badge")