Path to this page:
./
databases/py-kb,
Minimalist command line knowledge base manager
Branch: CURRENT,
Version: 0.1.7nb1,
Package name: py312-kb-0.1.7nb1,
Maintainer: nebbionegiuseppekb 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.
Required to run:[
devel/py-setuptools] [
databases/py-sqlite3] [
devel/py-attrs] [
textproc/py-colored] [
textproc/py-toml] [
devel/py-gitpython] [
lang/python310]
Master sites:
Filesize: 14158.77 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-kb-0.1.7nb1
- (2023-10-23) Updated to version: py311-kb-0.1.7nb1
- (2022-09-28) Updated to version: py310-kb-0.1.7
- (2022-01-05) Updated to version: py39-kb-0.1.6nb2
- (2022-01-05) Updated to version: py39-kb-0.1.6nb1
- (2021-10-07) Updated to version: py39-kb-0.1.6
CVS history: (Expand)
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2023-08-06 09:33:40 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-kb: not for Python 3.8 anymore
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2022-09-28 20:58:01 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
py-kb: Update to 0.1.7
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 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
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 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|