Location via proxy:   
[Report a bug]   [Manage cookies]                

CONFISCAN

ConfiScan is a Bash script designed to collect basic information about Linux systems and output it into a set of organized files (CSV and txt). This tool is intended to assist system administrators in documenting and managing their infrastructure, providing a clear and comprehensive overview of system configurations. The tool was initially developed as part of a bachelor thesis aimed at exploring solutions to facilitate the transition to Infrastructur as Code environments.

MUSIC CONTROLS

Description Music Controls is a Neovim plugin that allows you to easily control your favorite music players from within Neovim. The plugin basically acts as a wrapper around playerctl, a command-line utility that can control media players. This makes almost any music player compatible with Music Controls, ranging from Spotify to VLC, etc. I created Music Controls to make it more convenient and efficient to control my music player while working within Neovim.

MARKDOWN HEADERS

Description Markdow Headers is a lightweight and intuitive Neovim plugin designed to enhance navigation within Markdown files. Whether you’re creating study notes, documentation, or any Markdown-formatted text, this plugin streamlines the process of moving between sections and headings. Markdown Headers emerged from my own struggles and frustrations while working with extensive Markdown files during exam preparations. As a student who heavily relies on Markdown for organizing and summarizing course materials, navigating through numerous headings became a cumbersome task.

DATE TIME INSERTER

Description Date Time Inserter is a simple/basic Neovim plugin that allows you to easily insert the current date and time into your Neovim buffer. This plugin does basically the same as the code block below, but this requires the date command to be installed on the system. Therefore it’s not always possible to use it on every system, this is exactly what Date Time Inserter tries to solve by using the lua built-in os.

BASHPASS

Description BashPass is a command-line based password manager written in Bash. It uses GPG to encrypt/decrypt the files where the passwords are stored . This means the passwords are 100% stored locally, so you don’t have to trust a third party to store your passwords. Features [1] Add/edit/delete passwords. [2] Generate passwords. [3] Clipboard support. [4] Sync passwords securely using a Git repository. Links [1] GitHub: https://www.github.com/AntonVanAssche/BashPass [2] Documentation: https://github.com/AntonVanAssche/BashPass/wiki