It’s a NixOS config using snowfall.
Almost all files in modules folder are minimal nix modules, its path is module option path.
For example:
# modules/home/cli/android/default.nix
{
nixPkgs = "apkeep";
enable = "fdroidcl";
}it will convert to:
{
lib,
config,
namespace,
pkgs,
...
}:
let
# folder path as option path
cfg = config.${namespace}.cli.android;
in
{
# create an enable option by default
options.${namespace}.cli.android.enable = lib.mkOption {
type = lib.types.bool;
default = false;
description = null;
};
config = lib.mkIf cfg.enable {
home.packages = [ pkgs.apkeep ];
# sub folder
${namespace}.cli.android.fdroidcl.enable = true;
};
}so, just a simple, lazy config.
select * from v_packages
| package | description | ||
|---|---|---|---|
| schemat | Code formatter for Scheme, Lisp, and any S-expressions | ||
| keyviz | Keyviz is a free and open-source tool to visualize your keystrokes ⌨️ and 🖱️ mouse actions in real-time. | ||
| git-pr | the easiest git collaboration tool | ||
| cvtek | 📄 Craft your Resume/CV using TOML | ||
| AngryOxide | 802.11 Attack Tool | ||
| ducker | A slightly quackers Docker TUI based on k9s 🦆 | ||
| azote | Wallpaper manager for wlroots-based compositors and some other WMs | ||
| cppman | C++ 98/11/14 manual pages for Linux/MacOS | ||
| split-monitor-workspaces | A small Hyprland plugin to provide awesome-like workspace behavior | ||
| Diagon | Interactive ASCII art diagram generators. 🌟 | ||
| gfie | Greenfish Icon Editor Pro (GFIE Pro) is a powerful freeware image editor, especially suitable for creating icons, cursors, animations and icon libraries. | ||
| opener | Open URL in your local web browser from the SSH-connected remote environment. | ||
| InputPlumber | Open source input router and remapper daemon for Linux | ||
| urlfinder | A high-speed tool for passively gathering URLs, optimized for efficient and comprehensive web asset discovery without active scanning. | ||
| suyu | Experimental Nintendo Switch emulator written in C++ | ||
| rustic | rustic - fast, encrypted, and deduplicated backups powered by Rust | ||
| itgmania | A fork of StepMania 5.1, improved for the post-ITG community! | ||
| SeaGOAT | A code search engine for the AI age. | ||
| zipline | A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! | ||
| readeck | Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. | ||
| PowerStation | Open source TDP control and performance daemon with DBus interface | ||
| telegram-integration | Memogram is an easy to use integration service for syncing messages and images from a Telegram bot into your Memos. | ||
| umu-launcher | |||
| ni | 💡 Use the right package manager | ||
| N_m3u8DL-RE | Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文. | ||
| kubexporter | 📥 easily export your k8s resources | ||
| pandoc-mustache | Pandoc filter for variable substitution using Mustache syntax | ||
| rofi-network-manager | 🛠 Manage wifi and ethernet with rofi. | ||
| nix-heuristic-gc | A more discerning cousin of nix-collect-garbage | ||
| UDPspeeder | A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction, possible for All Traffics(TCP/UDP/ICMP) | ||
| guesswidth | Guess the width (fwf) output without delimiters in commands that output to the terminal. | ||
| bed | Binary editor written in Go | ||
| osc | Access the system clipboard from anywhere using the ANSI OSC52 sequence | ||
| hydra | Hydra Launcher is an open-source gaming platform created to be the single tool that you need | ||
| textLSP | Language server for text spell and grammar check with various tools. | ||
| jellyflix | Jellyfix is an easy-to-use Jellyfin client for movies and shows. It’s cross-platform and supports Mobile (iOS, Android) and Desktop (Windows, Mac, Linux). | ||
| tparted | Text-based user interface (TUI) frontend for parted: A simple, user-friendly utility for creating, reorganizing, and deleting disk partitions, based on Turbo/Free Vision application framework. | ||
| proftpd | Highly configurable GPL-licensed FTP server software | ||
| clive | ⚡ Automates terminal operations. | ||
| docker-color-output | 🎨 Docker color output which improves readability. | ||
| bpfilter | An eBPF-based packet filtering framework. | ||
| go-mod-upgrade | Update outdated Go dependencies interactively | ||
| awesome-wm-widgets | Widgets for Awesome Window Manager | ||
| systemd-language-server | Language Server for Systemd unit files | ||
| docfx | Static site generator for .NET API documentation. | ||
| docker-vackup | Script to easily backup and restore docker volumes | ||
| soundalike | soundalike is a command-line program that tries to find similar audio files by comparing acoustic fingerprints. Its main focus is identifying duplicate songs in music collections. | ||
| bsky | A cli application for bluesky social | ||
| pavolctld | pavolctld is a minimal volume control daemon for PulseAudio written in C. | ||
| Gokapi | Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported. | ||
| etterna | Advanced cross-platform rhythm game focused on keyboard play | ||
| git-who | Git blame for file trees | ||
| git-dumper | A tool to dump a git repository from a website | ||
| dioxionary | StarDict in Rust! 使用 离线 / 在线 词典在终端中查单词、背单词! | ||
| roomarranger | Room Arranger is a 3D room / apartment / floor planner with a simple user interface. | ||
| mouseless | A replacement for the mouse in Linux | ||
| cliflux | A terminal client for Miniflux RSS reader | ||
| go-grip | Preview Markdown files locally before committing them. | ||
| omnix | Nix companion to improve developer experience | ||
| bashunit | A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way. | ||
| better-commits | A CLI for creating better commits following the conventional commits specification | ||
| runmd | Executable markdown files | ||
| godns | A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go. | ||
| KrillinAI | A video translation and dubbing tool powered by LLMs, offering professional-grade translations and one-click full-process deployment. It can generate content optimized for platforms like YouTube,TikTok, and Shorts. 基于AI大模型的视频翻译和配音工具,专业级翻译,一键部署全流程,可以生成适配抖音,小红书,哔哩哔哩,视频号,TikTok,Youtube Shorts等形态的内容 | ||
| ferrishot | A powerful screenshot app written in Rust 📸🦀 | ||
| markdown-code-runner | Execute and optionally rewrite code blocks in Markdown files based on external commands | ||
| codex | Lightweight coding agent that runs in your terminal | ||
| g-ls | powerful and cross-platform ls 🌈 | ||
| codebook | Spell Checker for Code | ||
| animeko | 集找番、追番、看番的一站式弹幕追番平台,云收藏同步 (Bangumi),离线缓存,BitTorrent,弹幕云过滤。100% Kotlin/Compose Multiplatform | ||
| redu | ncdu for your restic repository | ||
| cookcli | Command line program which provides a suite of tools to create shopping lists and maintain recipes. | ||
| karakeep | A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search | ||
| scspell | Spell checker for source code | ||
| Beyond-All-Reason | Main game repository for Beyond All Reason. | ||
| qwertone | Turns your PC into music instrument | ||
| yarr | yet another rss reader | ||
| repro-env | Dependency lockfiles for reproducible build environments 📦🔒 | ||
| wrkflw | Validate and execute GitHub Actions workflows locally. | ||
| OliveTin | OliveTin gives safe and simple access to predefined shell commands from a web interface. | ||
| PySceneDetect | 🎥 Python and OpenCV-based scene cut/transition detection program & library. | ||
| warehouse | A versatile toolbox for viewing flatpak info, managing user data, and batch managing installed flatpaks | ||
| bootdev | A CLI used to complete coding challenges and lessons on Boot.dev | ||
| WindSend | Quickly and securely sync clipboard, transfer files and directories between devices. 快速安全的同步剪切板,传输文件或文件夹 | ||
| tiny-rdm | Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux. | ||
| nwg-icon-picker | GTK icon chooser with a text search option | ||
| coc-basedpyright | Basedpyright extension for coc.nvim | ||
| SkyEmu | Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator | ||
| xnviewmp | Efficient multimedia viewer, browser and converter | ||
| Poliedros | Multi-type dice roller | ||
| Bagels | Powerful expense tracker that lives in your terminal. | ||
| megabasterd | Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite. | ||
| MeowPDF | A PDF viewer for the Kitty terminal with GUI-like usage and Vim-like keybindings written in Rust | ||
| fancy-cat | PDF reader for terminal emulators using the Kitty image protocol | ||
| gitsnip | A CLI tool to download specific folders from a git repository. | ||
| typewriter | Create documents with typst, the new markup-based typesetting system that is powerful and easy to learn. | ||
| pgbackrest | Reliable PostgreSQL Backup & Restore | ||
| biff | A command line tool for datetime arithmetic, parsing, formatting and more. | ||
| darkly | A modern style for qt applications. | ||
| uwu_colors | a dead simple language server to colorize hex color strings via textDocument/documentColor | ||
| geminicommit | CLI that writes git commit messages for you with Google Gemini AI | ||
| gorched | Gorched is terminal based game written in Go inspired by “The Mother of all games” Scorched Earth | ||
| mkbrr | ⚡ mkbrr is a tool to create, modify and inspect torrent files. Fast. | ||
| plant-it | 🪴 Self-hosted, open source gardening companion app | ||
| dix | Diff Nix | ||
| oci2git | Introspecting Docker images as easy as using Git | ||
| lucida-downloader | a multithreaded client for downloading music for free with https://lucida.to/. | ||
| zlint | A linter for the Zig programming language | ||
| efibooteditor | Boot Editor for (U)EFI based systems | ||
| jellytui | TUI Jellyfin Client using MPV | ||
| enroot | A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes. | ||
| drupal | Drupal CMS | ||
| git-metrics | A git extension to be able to track metrics about your project, within the git repository | ||
| pi-hole | A black hole for Internet advertisements | ||
| cpc | Text calculator with support for units and conversion | ||
| broadcast-box | A broadcast, in a box. | ||
| nix-check-deps | scan nix packages for unused buildInputs | ||
| rumdl | A Markdown Linter and Formatter written in Rust | ||
| durdraw | Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes | ||
| gophertube | A modern terminal user interface for searching and watching YouTube videos using mpv and chafa | ||
| openbooks | Search and Download eBooks | ||
| server-box | ServerBox - server status & toolbox | ||
| boring | The `boring` SSH tunnel manager | ||
| shaperglot | Test font files for language support | ||
| wiremix | Simple TUI audio mixer for PipeWire | ||
| iwmenu | Launcher-driven Wi-Fi manager for Linux | ||
| tint | palette-based image recoloring tool | ||
| vfox | A cross-platform and extendable version manager with support for Java, Node.js, Golang, Python, Flutter, .NET & more | ||
| typtea | minimal terminal typing tester | ||
| bzmenu | Launcher-driven Bluetooth manager for Linux | ||
| VoxInput | 🎤 Transcribe input from your microphone and turn it into key presses on a virtual keyboard. ⌨️This allows you to use speech-to-text on any application or window system in Linux. In fact, you can use it on the system console. | ||
| pyrefly | A fast type checker and language server for Python | ||
| goplantuml | PlantUML Class Diagram Generator for golang projects | ||
| neonmodem | Neon Modem Overdrive | ||
| qr-backup | Paper backup of files using QR codes | ||
| mpv-handler | A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites. | ||
| quickshell | Flexbile QtQuick based desktop shell toolkit | ||
| Messaging and calling app | |||
| cs-firewall-bouncer | Crowdsec bouncer written in golang for firewalls | ||
| deark | A utility for file format and metadata analysis, data extraction, decompression, and image format decoding | ||
| netcap | A framework for secure and scalable network traffic analysis - https://netcap.io | ||
| tsx | ⚡️TypeScript Execute | The easiest way to run TypeScript in Node.js | |
| s | Open a web search in your terminal. | ||
| minesector | Snazzy Minesweeper-based game built with SDL2 | ||
| syrics | A command line tool to fetch lyrics from spotify and save it to lrc file. It can fetch both synced and unsynced lyrics from spotify. | ||
| szurubooru | Image board engine, Danbooru-style. | ||
| smfh | Sleek Manifest File Handler | ||
| bash-pinyin-completion-rs | Simple completion script for pinyin, written in rust. | ||
| biplanes-revival | An old cellphone arcade recreated for PC | ||
| precious | One code quality tool to rule them all | ||
| njq | Command-line JSON processor using nix as query language | ||
| AutoKuma | AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI. | ||
| lstr | A fast, minimalist directory tree viewer, written in Rust. | ||
| Nero-umu | A fast and efficient umu manager, just as the Romans designed. | ||
| DNS2HostsSyncer | Small tools for syncing DNS Records with hosts file. | ||
| turntable | Scrobbles your music to multiple services with playback controls for MPRIS players | ||
| AnnotationMono | A lovingly crafted handwriting-style monospace font. | ||
| slipshow | An engine for displaying slips, the next-gen version of slides | ||
| mdns-scanner | Scan a network and create a list of IPs and associated hostnames, including mDNS hostnames and other aliases. | ||
| rsyncy | A status/progress bar for rsync | ||
| Gradia | Make your screenshots ready for all | ||
| tombi | TOML Formatter / Linter / Language Server | ||
| NIPAP | Neat IP Address Planner - NIPAP is the best open source IPAM in the known universe, challenging classical IP address management (IPAM) systems in many areas. | ||
| zmate | Instant terminal sharing; using Zellij. | ||
| minify-html | Extremely fast and smart HTML + JS + CSS minifier, available for Rust, Deno, Java, Node.js, Python, Ruby, and WASM | ||
| systemd-lsp | a language server implementation for systemd unit files made in rust | ||
| bake | mbake is a Makefile formatter and linter. It only took 50 years! | ||
| euphonica | An MPD client with delusions of grandeur, made with Rust, GTK and Libadwaita. | ||
| tldx | Domain Availability Research Tool | ||
| EasyTier?tab=readme-ov-file | A simple, decentralized mesh VPN with WireGuard support. | ||
| gh-signoff | Local CI. Sign off on your own work. | ||
| mufetch | neofetch-style music cli | ||
| jdd | Johnny Decimal daemon for automatically organizing files into the correct drawer using their name. | ||
| fawltydeps | Python dependency checker | ||
| SPlayer | 🎉 一个简约的音乐播放器,支持逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 | 网易云音乐 | A minimalist music player |
| copybara | Copybara: A tool for transforming and moving code between repositories. | ||
| lazynpm | terminal UI for npm | ||
| similarity | |||
| copygen | Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by default (copier without reflection). | ||
| git-statuses | A command-line tool to display the status of multiple Git repositories in a clear, tabular format. | ||
| somo | A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS. | ||
| beeref | BeeRef Reference Image Viewer | ||
| trzsz-ssh | trzsz-ssh ( tssh ) is an ssh client designed as a drop-in replacement for the openssh client. It aims to provide complete compatibility with openssh, mirroring all its features, while also offering additional useful features. Such as login prompt, batch login, remember password, automated interaction, trzsz, zmodem(rz/sz), udp mode like mosh, etc. | ||
| dbtpl | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | ||
| sizelint | Lint your file tree based on file sizes | ||
| secretspec | Declarative secrets, every environment, any provider. | ||
| paisa | Paisa - Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi | ||
| issue2md?tab=readme-ov-file | A tool to convert GitHub issue/discussion into Markdown. | ||
| chhoto-url | A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust. | ||
| compare50 | This is compare50, a fast and extensible plagiarism-detection tool. | ||
| teamtype | Peer-to-peer, editor-agnostic collaborative editing of local text files. | ||
| terminal-toys | screensavers for your terminal | ||
| md-lsp | Markdown language server | ||
| dockerfmt | Dockerfile formatter. a modern dockfmt. | ||
| go-jsonschema | A tool to generate Go data types from JSON Schema definitions. | ||
| systemd-manager-tui | A program for managing systemd services through a TUI (Terminal User Interfaces). | ||
| apotris | Block stacking game | ||
| palettum | Web app and CLI tool that lets you recolor images, GIFs, and videos with any custom palette of your choosing | ||
| paq | Fast Hashing of File or Directory | ||
| dts-lsp | Language Server for Device Tree Source files | ||
| wrtag | fast automated music tagging and organization based on MusicBrainz | ||
| tu | CLI tool to convert a natural language date/time string to UTC | ||
| TaskLite | The CLI task manager for power users | ||
| gmap | Command-line tool for visualizing Git activity | ||
| bmm | get to your bookmarks in a flash | ||
| zuse | ZUSE is an irc client for the terminal made in Go with Bubbletea | ||
| ting | audio feedback on the command line | ||
| snips.sh | passwordless, anonymous SSH-powered pastebin with a human-friendly TUI and web UI | ||
| rendercv | Version-control CVs/resumes as source code | ||
| wahay | an easy-to-use, secure and decentralized conference call application | ||
| mdwatch | A simple CLI tool to live-preview Markdown files in your browser. | ||
| crush | The glamourous AI coding agent for your favourite terminal | ||
| tattoy | A text-based compositor for modern terminals | ||
| CF-Hero | CF-Hero is a reconnaissance tool that uses multiple data sources to discover the origin IP addresses of Cloudflare-protected web applications | ||
| tcping-rs | tcping-rs: Rust (rs) TCP Ping (tcping) Utility for Port Reachability. | ||
| optnix | [mirror] - an options searcher for nix module systems | ||
| dte | Small, configurable terminal text editor | ||
| honeyfetch | Classy neofetch but in Rust | ||
| docstrfmt | A formatter for reStructuredText | ||
| Rewaita | Bring color to Adwaita | ||
| sshwifty | Web SSH & Telnet (WebSSH & WebTelnet client) ® | ||
| tukai | The app provides an interactive typing experience with switchable templates, designed to help users improve their typing speed and accuracy | ||
| gow | Missing watch mode for Go commands. Watch Go files and execute a command like “go run” or “go test” | ||
| joecalsend | Rust terminal client for Localsend | ||
| mpdris2-rs | Exposing MPRIS V2.2 D-Bus interface for mpd | ||
| minefair | A fair and infinite implementation of Minesweeper. | ||
| PiliPlus | PiliPlus | ||
| Vivify | Live viewer for Markdown, HTML, Jupyter Notebooks & more | ||
| serve | Static file serving and directory listing | ||
| lucide | Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons. | ||
| memos | An open-source, self-hosted note-taking service. Your thoughts, your data, your control � no tracking, no ads, no subscription fees. | ||
| procfd | Linux lsof replacement to list open file descriptors for processes | ||
| angrr | Auto Nix GC Roots Retention | ||
| yaml2nix | |||
| hii | A file-based IRC client inspired by ii | ||
| jsign | Java implementation of Microsoft Authenticode for signing Windows executables, installers & scripts | ||
| zuban | Python Type Checker / Language Server | ||
| mado | A fast Markdown linter written in Rust. | ||
| lazyssh | A terminal-based SSH manager inspired by lazydocker and k9s - Written in go | ||
| shira | Download music from YouTube, YouTube Music and Soundcloud, with great metadata and little effort. | ||
| prek | � Better `pre-commit`, re-engineered in Rust | ||
| crates-lsp | Language Server implementation for Cargo.toml | ||
| spit | Atomically create a file with content | ||
| radio-active | Play any radios around the globe right from the terminal ⚡ | ||
| ostui | OpenSubsonic Terminal User Interface, a CLI client for Subsonic-API servers like gonic and Navidrome | ||
| GopherTube | A modern terminal user interface for searching and watching YouTube videos using mpv and chafa | ||
| fzf-preview | A Simple Fzf Preview Script, helps to preview any filetype in fzf preview window. | ||
| hx-lsp | lsp for helix , support snippets, actions | ||
| linyaps-box | |||
| harmonoid | � Plays & manages your music library. Looks beautiful & juicy. Available for macOS, Windows, GNU/Linux & Android. | ||
| minesweeper | A simple terminal-based implementation of Minesweeper | ||
| bulletty | bulletty is a pretty feed reader for the terminal that stores the articles as Markdown | ||
| mdserve | Fast markdown preview server with live reload and theme support. | ||
| pwmenu | Launcher-driven audio manager for Linux | ||
| unFTP | A FTP(S) server with a couple of twists written in Rust. Follow and talk to us on https://t.me/unftp. Docs on https://unftp.rs | ||
| gonzo | Gonzo! The Go based TUI log analysis tool | ||
| hgrep | Grep with human-friendly search results | ||
| deterministic-zip | Simple (almost drop-in) replacement for zip that produces deterministic files. | ||
| ticketbooth?tab=readme-ov-file#features | Keep track of your favorite shows | ||
| changelogen | � Beautiful Changelogs using Conventional Commits | ||
| hygg | � Simplifying the way you read. Minimalistic Vim-like TUI document reader. | ||
| lacy | Fast magical cd alternative for lacy terminal navigators | ||
| zigfetch | Zigfetch is a minimal neofetch/fastfetch like system information tool | ||
| linkwarden | Self-hosted collaborative bookmark manager to collect, read, annotate, and fully preserve what matters, all in one place. | ||
| cruise | Cruise is a powerful, intuitive, and fully-featured TUI (Terminal User Interface) for managing containers. Built with Go and Bubbletea, it offers a visually rich, keyboard-first experience for managing containers, images, volumes, networks, logs and more � all from your terminal. | ||
| eSearch | 截屏 离线OCR 搜索翻译 以图搜图 贴图 录屏 万向滚动截屏 屏幕翻译 Screenshot Offline OCR Search Translate Search for picture Paste the picture on the screen Screen recorder Omnidirectional scrolling screenshot Screen translator 支持Windows Linux macOS | ||
| switchfin | Third-party native Jellyfin client for PC/PS4/PSVita/Nintendo Switch | ||
| hledger-fmt | Opinionated hledger’s journal files formatter | ||
| desktop | � Runbooks that run | ||
| kitget | Display and customize cat images in your terminal 😼 | ||
| faugus-launcher | A simple and lightweight app for running Windows games using UMU-Launcher | ||
| pgit | static site generator for git repos | ||
| PairDrop | PairDrop: Transfer Files Cross-Platform. No Setup, No Signup. | ||
| gocheat | A beautiful customizable TUI Cheatsheet for keybindings,hotkeys and more in the terminal | ||
| bdanmaku | mpv plugin to correctly display Bilibili danmaku | ||
| audiomatch | Find similar audio files easily | ||
| FlyingCarpet | Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips (and optionally Bluetooth) in close range. | ||
| gitfetch | A neofetch alternative for GitHub quick view | ||
| vicinae | A focused launcher for your desktop � native, fast, extensible | ||
| watchgha | Live display of current GitHub action runs | ||
| tuios | Terminal UI OS (Terminal Multiplexer) | ||
| ghalint | GitHub Actions linter | ||
| termirs | A modern, async SSH terminal client | ||
| gitlogue | A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story. | ||
| markdown-toc | API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files. Uses Remarkable to parse markdown. Used by NASA/openmct, Prisma, Joi, Mocha, Sass, Prettier, Orbit DB, FormatJS, Raneto, hapijs/code, webpack-flow, docusaurus, release-it, ts-loader, json-server, reactfire, bunyan, husky, react-easy-state, react-snap, chakra-ui, carbon, alfresco, repolinter, Assemble, Verb, and thousands of other projects. | ||
| drawy | Your handy, infinite, brainstorming tool! | ||
| reddix | Reddix � Reddit, refined for the terminal. | ||
| duat | A modern, very customizable text editor, configured in rust | ||
| regex-tui | A simple TUI to visualize regular expressions right in your terminal. | ||
| lue | Terminal eBook Reader with Audiobook-Quality Text-to-Speech � Supports EPUB, PDF, DOC, DOCX, HTML, RTF, TXT, and MD. | ||
| zzz | A simple program to suspend or hibernate your computer � | ||
| noxdir | Terminal utility for visualizing file system usage. | ||
| xleak | A fast terminal Excel viewer with an interactive TUI. Features full-text search, formula display, lazy loading for large files, clipboard support, and export to CSV/JSON. Built with Rust and ratatui. | ||
| prmt | Ultra-fast, customizable shell prompt generator | ||
| nextvi | A small vi/ex terminal text editor (neatvi rewrite) | ||
| mhabit | Our app helps you form and track micro habits with easy-to-use � charts and tools, making it simple to establish healthy habits that stick �. Start your personal growth journey today �! | ||
| copyparty | Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps | ||
| dtop | Terminal dashboard for Docker monitoring across multiple hosts with Dozzle integration. |
select * from v_need_packaging
| package | description |
|---|---|
| kompanion | a self hosted backend for bookworms, tightly coupled with KOReader |
| bkmr | A Unified CLI Tool for Bookmark, Snippet, and Knowledge Management |
| nocjk | Detect CJK text |
| zeitgrep | sorted grep |
| mcat | cat command for documents / images / videos and more! |
| lexy | Lexy is a lightweight CLI tool that fetches programming tutorials from “Learn X in Y Minutes” directly into your terminal. Quickly search, learn, and reference code examples without leaving your workflow. |
| package | description |
|---|---|
| kompanion | a self hosted backend for bookworms, tightly coupled with KOReader |