Code Vault of xaizek
Here you'll find git repositories of personal projects, various configuration files, forks and mirrors.
Desktop applications
Simple dzen2 input formatter, which is supposed to not waste CPU time for nothing and provides a number of builtin "widgets" for displaying system information.
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
One more tool for selecting something in console. Inspired by sentaku, but is implemented in C++ for better performance.
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Development tools
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Simple Tests In C with optional automatic test registration in C.
Uncov(er) is a tool that collects and processes code coverage reports.
Mainly a syntax-aware diff that also provides a number of additional tools.
Vim-plugins and documentation converter
Vim plugin for #include directive completion in C family of languages.
This plugin opens Qt help pages in browser from C++ source code.
Emacs-style mappings for command-line mode in Vim.
Vim plugin to automatically categorize and alphabetize #include headers.
Preamble Vim plugin by Mel Davis with a couple of fixes.
Converts Vim-style documentation into HTML.
Compiler-related
Some GCC plugins (actually only one was uploaded so far, and its functionality is not unique).
Clang-based standalone tool that detects for-loops with postfix operators.
Clang-based standalone tool that checks for first included file being self include.
Clang-based standalone tool that detects unused external functions in a set of source files.
Configuration
Various dotfiles.
Vifm configuration files.
Vim configuration and plugins.
Other forks
A minimalist, tiling window manager for X11 that seeks to allow easy management of numerous windows entirely from the keyboard.
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
This is an alternative version of sources presented as part of Write Your Own OS video tutorial by Viktor Engelmann.
Archive
Examples of automatic test registration in plain C as employed by stic.
A notification application that informs you about currently played song.
Older version of Practical Music Search written in C++.
Graphical predecessor of vifm that uses GTK+.
Initial Windows port of vifm.