All Projects → palortoff → Pass Extension Tail

palortoff / Pass Extension Tail

Licence: gpl-3.0
A pass extension to avoid printing the password to the console

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pass Extension Tail

Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (-41.51%)
Mutual labels:  extension
Avim
Vietnamese input method extension (IME) for Firefox, Thunderbird, SeaMonkey, Komodo, etc. — bộ gõ tiếng Việt dành cho Firefox, Thunderbird, SeaMonkey, Komodo, …
Stars: ✭ 41 (-22.64%)
Mutual labels:  extension
Parsedown Extra Plugin
Configurable Markdown to HTML converter with Parsedown Extra Plugin.
Stars: ✭ 47 (-11.32%)
Mutual labels:  extension
Chrome Virtual Keyboard
Touch-friendly Virtual Keyboard for Chrome browser
Stars: ✭ 35 (-33.96%)
Mutual labels:  extension
Vscode Simple Vim
Vim extension for VSCode
Stars: ✭ 38 (-28.3%)
Mutual labels:  extension
Youtube Extension
🔴YouTube Extension🧰>80 Features ⭐Please document, code or donate📌Tidy📌Longest-standing(2012)(Users>350000)⋮🎞️🎛️🎧⚙️🎬🔊☕🎨🧩🧪📈⏯️(Player: Repeat Screenshot Rotate; Hide related video distraction. Always expand video Description. Playback speed. Video Quality bandwidth H.264 electricity. Player Size Full Window. Themes Customization. Statistics. Reverse Playlist YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube Youtube enhancer YouTube app YouTube video YouTube YouTube YouTube api v3 YouTube playback YouTube player VP8 VP9 AV1 vidIQ tubebuddy download adblocker adblock ads sponsorblock addon youtube music ⭐ youtube premium css css4 html5 ytdl youtube-dl invidious iridium ParticleCore youtube+ youtube++ youtube-plus maia-yt youtube nonstop youtube control center vlogger vlog h264ify h264 m.youtube.com music.youtube.com studio.youtube youtube mobile youtube studio ⭐ kids Vanced gaming.youtube.com gaming youtubecenter freetube lite-youtube-embed newpipe youtube-dl-gui mps-youtube nuclear pytube awesome youtubers youtube downloader 8k 4k 60fps 30fps youtubeexplode vidgear k-lite tubebuddy adobe apple ios iphone design simplify ffmpeg premiere designer annoyance youtube upload
Stars: ✭ 1,027 (+1837.74%)
Mutual labels:  extension
Dpack
Visual Studio productivity extension
Stars: ✭ 31 (-41.51%)
Mutual labels:  extension
San Devtools
Browser developer tools extension for debugging San.
Stars: ✭ 51 (-3.77%)
Mutual labels:  extension
Ttv Ublock
Blocking ads on that certain streaming website
Stars: ✭ 1,008 (+1801.89%)
Mutual labels:  extension
Analog
Replace your new tab page with a minimal analog clock
Stars: ✭ 46 (-13.21%)
Mutual labels:  extension
Caddy V1 Webdav
📂 WebDAV support for Caddy server.
Stars: ✭ 36 (-32.08%)
Mutual labels:  extension
Passforios
Pass for iOS - an iOS client compatible with Pass command line application.
Stars: ✭ 991 (+1769.81%)
Mutual labels:  password-store
Advent Of Code Charts
Inject charts in your private leaderboard page for Advent of Code
Stars: ✭ 46 (-13.21%)
Mutual labels:  extension
Hangarxplor
HangarXPLOR is a chrome extension that upgrades the UI/UX of the Star Citizen hangar page
Stars: ✭ 32 (-39.62%)
Mutual labels:  extension
Himawari 8 Chrome
🛰 Experience the latest image from the Himawari, GOES, Meteosat, and DSCOVR satellites
Stars: ✭ 48 (-9.43%)
Mutual labels:  extension
Php Foundationdb
PHP FoundationDB Drive
Stars: ✭ 31 (-41.51%)
Mutual labels:  extension
Sublimall Server
Server behind Sublimall SublimeText plugin
Stars: ✭ 43 (-18.87%)
Mutual labels:  extension
Opencart
Free PWA & SPA for OpenCart
Stars: ✭ 50 (-5.66%)
Mutual labels:  extension
Particle
Home of the extension YouTube Plus that allows you to experience more on YouTube
Stars: ✭ 1,057 (+1894.34%)
Mutual labels:  extension
Vscode Better Merge
Better merge conflict support for vscode
Stars: ✭ 46 (-13.21%)
Mutual labels:  extension

pass tail

An extension for the password store that allows to display and edit password meta data without displaying the password itself to bystanders.

password store proposes a format to store meta data in the password file. The password is stored in the first line followed by data like the URL, username and other meta data in the following lines. A common password file would look like this:

Yw|ZSNH!}z"6{ym9pI
URL: *.amazon.com/*
Username: [email protected]

A common use case is to copy the first line, the password, using pass show -c <password file>.

The meta data usually cannot be copied but needs to be displayed as it contains type and value.

pass tail

pass tail <password file> displays the whole password file except for the first line. This allows to inspect the meta data on the console without displaying the password in plain text:

URL: *.amazon.com/*
Username: [email protected]

pass tailedit

pass tailedit <password file> opens the password file in the editor omitting the first line. When saving the first line is prepended.

Installation

  • Enable password-store extensions by setting PASSWORD_STORE_ENABLE_EXTENSIONS=true
  • make install
  • alternatively add tail.bash and tailedit.bash to your extension folder (by default at ~/.password-store/.extensions)

Completion

This extensions comes with the extension bash completion support added with password-store version 1.7.3

When installed, bash completion is already installed. Alternatively source completion/pass-tail.bash.completion

fish and zsh completion are not available, feel free to contribute.

For bash completion prior to password-store 1.7.3 see old documentation

Contribution

Contributions are always welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].