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
파일 탐색기
- __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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip3
설명 보기 ▼
pip3
이 명령은 `pip`의 별칭입니다.
tldr pip
자세한 내용은 원본 명령을 참고하세요:
pytest
설명 보기 ▼
pytest
Python 테스트 실행.
더 많은 정보: <https://docs.pytest.org/en/latest/how-to/usage.html>.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
특정 파일에서 테스트 실행:
pytest -k {{expression}}
특정 [k]eyword 표현식과 일치하는 테스트 실행:
pytest {{[-x|--exitfirst]}}
테스트가 실패하거나 오류가 발생하면 즉시 종료:
time
설명 보기 ▼
time
명령어 실행 시간을 측정.
참고: `time`은 셸 내장 명령어이거나 독립 실행형 프로그램이거나 둘 다일 수 있습니다.
관련 항목: `times`.
더 많은 정보: <https://manned.org/time>.
time {{command}}
`command`를 실행하고 시간 측정 결과를 `stdout`에 출력:
time
현재 시스템 시간 표시 및 새 시간 입력 요청 (비워두면 변경되지 않음):
time read
매우 간단한 스톱워치 생성 (Bash에서만 작동):
