| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-28 | py-kb: Update to 0.1.7 | leot | 1 | -3/+2 | |
| Changes: 0.1.7 ----- * Fixed grep bug with pull request 89 * XDG Compliance: moving files to `$XDG_DATA_HOME/kb`, if it exists, and fall back to `$HOME/.local/share/kb` if that environment variable does not exist * Added kb to pkgsrc * Added stdin functionality to add artifacts. For example: `cat ../script.py | python -m kb add -t mycoolscript` `cat path/to/script.py | python -m kb add -t mycoolscript -c python_scripts` * Implemented the confirmation mechanism for artifact removal | |||||
| 2022-01-05 | python: egg.mk: add USE_PKG_RESOURCES flag | wiz | 1 | -2/+4 | |
| This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. | |||||
| 2022-01-04 | *: bump PKGREVISION for egg.mk users | wiz | 1 | -1/+2 | |
| They now have a tool dependency on py-setuptools instead of a DEPENDS | |||||
| 2021-12-30 | Forget about Python 3.6 | adam | 1 | -3/+3 | |
| 2021-05-29 | py-kb: Import py38-kb-0.1.6 as databases/py-kb | leot | 1 | -0/+27 | |
| kb is a text-oriented minimalist command line knowledge base manager. kb can be considered a quick note collection and access tool oriented toward software developers, penetration testers, hackers, students or whoever has to collect and organize notes in a clean way. Although kb is mainly targeted on text-based note collection, it supports non-text files as well (e.g., images, pdf, videos and others). The project was born from the frustration of trying to find a good way to quickly access my notes, procedures, cheatsheets and lists (e.g., payloads) but at the same time, keeping them organized. This is particularly useful for any kind of student. I use it in the context of penetration testing to organize pentesting procedures, cheatsheets, payloads, guides and notes. Packaged by Giuseppe Nebbione and shared via PR pkg/56193. | |||||
