🚀 Projects
Here are some of my projects:
00-09--Libraries
01--Emacs
- 01.01 - hop.el - An easymotion-like plugin for emacs.
- 01.02 - emacs-chdir - A native module which syncs
/proc/self/cwd
of emacs process with(default-directory)
as we change files.
02--Kotlin
- 02.01 - keyboard-mouse-kt - Kotlin multiplatform (JVM/JS/Native) library for interfacing with keyboard (currently a bit unmaintained).
10-19--General
11--Cli-Utiliies
TODO
20-29--Personal
21--Documentation
- 21.01 - site - This site.
22--Linux
- 22.01 - linux-desktop - My one-click system configuration.
- 22.02 - scripts - A collection of my frequently used scripts.
- 22.03 - .emacs.d - A literate configuration of my emacs.
- 22.04 - templates - A small interactive script and a bunch of templates.
30-39--Not-Really-Projects
31--Notable-Contributions
- To 31.01 - nishtahir/kotlin - Kotlin grammar used by github linguist for code highlighting.
- To 31.02 - elkowar/eww - GTK+3 based widget library in rust.
- To 31.03 - libfprint (EgisTec-EH575) - Reverse Enginnered fingerprint driver of Acer Swift 3 for Linux.
- To 31.04 - void-linux/void-packages - Package management on void-linux repositories
32--Just-Random-POCs
Click to view
- 32.01 - promise - JS promise implementation in Kotlin/JVM.
- 32.02 - battery-info - Get battery info in Kotlin/JVM using JNA.
- 32.03 - fsutil - Some actually useful scripts converted to well-formatted C for fast execution.
- 32.04 - KMyMail - Kotlin wrapper for 10minutemail.com with async kotlinx.coroutines support.