Skip to content

pid/fishshellConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fishshellConfig

my personal fishshell config dir https://fishshell.com

$ cd ~/.config
$ git clone [email protected]:pid/fishshellConfig.git fish
$ fish_update_completions

config.secret.load

Add your secret keys here, ie.:

set HOMEBREW_GITHUB_API_TOKEN "<INSERT API KEY HERE>"

password-store fishshell functions

Note: You need some kind of clipboard-history tool like ClipMenu or Alfred

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 <storename> <password-len>

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 <storename>

  • password and username are copied to clipboard.

(MIT)

Bitdeli Badge

About

my personal fishshell config dir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages