-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README to indicate dormant project
- Loading branch information
David Creemer
committed
Apr 23, 2024
1 parent
6ab7091
commit 756c6cd
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ CLI](https://support.1password.com/command-line-getting-started/) `op`. | |
|
||
 | ||
|
||
## NO LONGER MAINTAINED | ||
|
||
I am no longer maintaining this software, as the 1Password CLI version 2 | ||
provides all of the features I need. | ||
|
||
## WARNING 1password 2 CLI compatibility | ||
|
||
Do not upgrade to 1password CLI version 2! This `1pass` tool is not yet compatible with | ||
|
@@ -80,13 +85,13 @@ curl https://raw.githubusercontent.com/dcreemer/1pass/master/bash_completion.sh | |
echo "source /usr/local/etc/1pass/bash_completion.sh" >> ~/.bash_profile | ||
``` | ||
|
||
By default the completion script will look for `fzf` completion support in your environment. If present, | ||
it will use fzf completion ([see here](https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh)). | ||
By default the completion script will look for `fzf` completion support in your environment. If present, | ||
it will use fzf completion ([see here](https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh)). | ||
|
||
_Note: If you have installed `fzf` using homebrew on macOS, make sure you have enabled completion by | ||
running `$(brew --prefix)/opt/fzf/install --completion` and follow the prompts._ | ||
|
||
If you do not have fzf or if you turn this feature off it will revert to standard bash completion | ||
If you do not have fzf or if you turn this feature off it will revert to standard bash completion | ||
behavior. If you would like to explicitly disable FZF completion for 1pass, you can do so as follows: | ||
|
||
```sh | ||
|
@@ -147,7 +152,7 @@ store your master password and secret key. | |
```sh | ||
$ ./1pass -rv | ||
please config 1pass by editing /home/me/.1pass/config | ||
$ vi ~/.1pass/config | ||
$ vi ~/.1pass/config | ||
$ ./1pass -rv | ||
please put your master password into /home/me/.1pass/_master.gpg | ||
ex: echo "master-password" | gpg -er [email protected] > /home/me/.1pass/_master.gpg | ||
|