onepassword-local-search
This is an unofficial 1Password CLI tool focused on listing and decryption of secrets with increased performance comparing to native op CLI
File Explorer
- __init__.py
- Hook.py
- ManagedException.py
- __init__.py
- optestlib.py
- optestlib_test.py
- utils.py
- utils_test.py
- __init__.py
- Cipher.py
- Item.py
- __init__.py
- AccountService.py
- AccountService_test.py
- ConfigFileService.py
- ConfigFileService_test.py
- CryptoService.py
- CryptoService_test.py
- SecondaryCryptoService.py
- SecondaryCryptoService_test.py
- StorageService.py
- StorageService_test.py
- .bWUmfqAZUUOJMWoYaBQN4wC5JbM
- .XPgC-AnuKJcmG3-Lj4UG2iKBxcQ
- __init__.py
- B5.sqlite
- config
- conftest.py
- fixtures_common.py
- __init__.py
- __main__.py
- __version__.py
- CliSimple.py
- CliSimple_test.py
- OnePassword.py
- common.txt
- dev.txt
- prod.txt
- .bumpversion.cfg
- .coveragerc
- .gitignore
- .travis.yml
- DECRYPTYON_STEP_BY_STEP.md
- ITEM_STRUCTURE.md
- LICENSE
- README.md
- requirements.txt
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pip3
View Details ▼
pip3
This command is an alias of `pip`.
tldr pip
View documentation for the original command:
pytest
View Details ▼
pytest
Run Python tests.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
Run tests from specific files:
pytest -k {{expression}}
Run tests with names matching a specific [k]eyword expression:
pytest {{[-x|--exitfirst]}}
Exit as soon as a test fails or encounters an error:
time
View Details ▼
time
Measure how long a command took to run.
Note: `time` can either exist as a shell builtin, a standalone program, or both.
See also: `times`.
time {{command}}
Run the `command` and print the time measurements to `stdout`:
time
Display the current system time and prompt to enter a new time (leave empty to keep unchanged):
time read
Create a very simple stopwatch (only works in Bash):
