Free and Open Source Software
-
The Way - code snippets manager - LinuxLinks
The Way (or the-way) is a terminal-based code snippets manager.
Record and retrieve snippets you use every day, or once in a blue moon, without having to spin up a browser. Just call the-way new to add a snippet with a description, a language, and some tags attached.
Pygments - generic syntax highlighter - LinuxLinks
Pygments is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code.
Py of course stands for Python, while pigments are used for coloring paint, and in this case, source code.
This is free and open source software.
Kryptor - simple, modern, and secure file encryption and signing tool - LinuxLinks
Kryptor is a simple, modern, and secure file encryption and signing tool.
It aims to be a better version of age and Minisign to provide a leaner, user friendly alternative to GPG. Kryptor uses strong, fast, and modern cryptographic algorithms, offering post-quantum security. It also addresses security limitations of tools like age and Minisign.
Unlike most tools, Kryptor limits metadata by using an indistinguishable from random encrypted file format. Encrypted files have no identifiable headers and are randomly padded. File names can also be encrypted.
This is free and open source software.
Docfd - TUI multiline fuzzy document finder - LinuxLinks
Docfd is a TUI multiline fuzzy document finder.
Think interactive grep for text files, PDFs, DOCXs, etc, but word/token based instead of regex and line based, so you can search across lines easily.
Docfd aims to provide good UX via integration with common text editors and PDF viewers, so you can jump directly to a search result with a single key press.
This is free and open source software.
Black - Python code formatter - LinuxLinks
Black is an uncompromising PEP 8 compliant opinionated formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.
Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.
Black makes code review faster by producing the smallest diffs possible.
This is free and open source software.