diff --git a/README.md b/README.md index dbc3803..7f269d5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ $ make ## Common Applications +- [bash](https://www.gnu.org/software/bash/) - Bourne-Again SHell, a UNIX command interpreter. +- [coreutils](https://www.gnu.org/software/coreutils) - GNU File, Shell, and Text utilities. - [dfc](https://projects.gw-computing.net/projects/dfc) - Display graphs and colors of file system space/usage. - [exiftool](https://www.sno.phy.queensu.ca/~phil/exiftool/index.html) - Perl lib for reading and writing EXIF metadata. - [fd](https://github.com/sharkdp/fd) - Simple, fast and user-friendly alternative to find. @@ -37,6 +39,7 @@ $ make - [jq](https://stedolan.github.io/jq/) - Lightweight and flexible command-line JSON processor. - [neovim](https://neovim.io/) - Ambitious Vim-fork focused on extensibility and agility. - [nnn](https://github.com/jarun/nnn) - Tiny, lightning fast, feature-packed file manager. +- [nodejs](https://nodejs.org) - Platform built on V8 to build network applications. - [ntfs-3g](https://www.tuxera.com/community/open-source-ntfs-3g/) - Read-write NTFS driver for FUSE. - [ripgrep](https://github.com/BurntSushi/ripgrep) - Search tool like grep and The Silver Searcher. - [shellcheck](https://www.shellcheck.net/) - Static analysis and lint tool, for (ba)sh scripts. @@ -54,36 +57,27 @@ $ make ### Applications - ~~[ansible](https://www.ansible.com/) - Automate deployment, configuration, and upgrading.~~ -- ~~[hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool (runs other benchmarks).~~ -- ~~[docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.~~ -- ~~[virtualbox-bin](https://www.virtualbox.org/) - Family of powerful x86 virtualization products for enterprise and home use.~~ -- ~~[antiword](http://www.winfield.demon.nl/) - Utility to read Word (.doc) files.~~ -- ~~[docx2txt](https://docx2txt.sourceforge.io/) - Converts Microsoft Office docx documents to equivalent text documents.~~ -- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ -- ~~[hlint](https://github.com/ndmitchell/hlint) - Haskell source code suggestions. **[BIN]**~~ -- ~~[openmw](https://openmw.org/) - https://gitlab.com/OpenMW/openmw Open source reimplementation of TES III. Morrowind.~~ -- ~~[vlc](https://www.videolan.org/vlc/) - VLC media player.~~ -- ~~[newsboat](https://newsboat.org/) - An RSS/Atom feed reader for text terminals.~~ -- ~~[bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. **[BIN]**~~ -- ~~[htop](https://hisham.hm/htop/) - Improved top (interactive process viewer).~~ -- ~~[firefox-bin](https://www.mozilla.org/ru/firefox/) - Mozilla Firefox.~~ -- ~~[skippy](http://thegraveyard.org/skippy.php) - A full-screen task-switcher providing Apple Expose-like functionality.~~ -- ~~[xdotool](https://www.semicomplete.com/projects/xdotool/) - Simulate keyboard input and mouse activity, move and resize windows.~~ -- ~~[xkblayout-stat](https://github.com/nonpop/xkblayout-state) - A small program to get/set the current XKB layout.~~ -- [xapian-1.2.25](https://www.xapian.org/) - Xapian Probabilistic Information Retrieval library. - [perl-cleaner](https://www.gentoo.org/proj/en/perl/) - User land tool for cleaning up old perl installs. +- ~~[hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool (runs other benchmarks).~~ - [buildah](https://github.com/containers/buildah) - A tool that facilitates building OCI images. - [podman](https://github.com/containers/libpod/) - Library and podman tool for running OCI-based containers in Pods. +- ~~[virtualbox-bin](https://www.virtualbox.org/) - Family of powerful x86 virtualization products for enterprise and home use.~~ - [recoll](https://www.lesbonscomptes.com/recoll/) - A personal full text search package. - [elogv](https://github.com/gentoo/elogv) - Curses based utility to parse the contents of elogs created by Portage. - [gentoolkit](https://wiki.gentoo.org/wiki/Project:Portage-Tools) - Collection of administration scripts for Gentoo. - [portage-utils](https://wiki.gentoo.org/wiki/Portage-utils) - Small and fast Portage helper tools written in C. +- ~~[antiword](http://www.winfield.demon.nl/) - Utility to read Word (.doc) files.~~ +- ~~[docx2txt](https://docx2txt.sourceforge.io/) - Converts Microsoft Office docx documents to equivalent text documents.~~ +- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ - [sdcv](https://dushistov.github.io/sdcv/) - Console version of StarDict. - [tesseract](https://github.com/tesseract-ocr) - An OCR Engine, originally developed at HP, now open source. - [zathura](https://pwmt.org/projects/zathura/) - A document viewer. +- ~~[hlint](https://github.com/ndmitchell/hlint) - Haskell source code suggestions. **[BIN]**~~ - [tk](https://tcl.tk) - GUI ToolKit for TCL Programming language. +- [xapian-1.2.25](https://www.xapian.org/) - Xapian Probabilistic Information Retrieval library. - [pip](https://pip.pypa.io/) - Installs python packages. - [ccache](https://ccache.dev/) - Fast compiler cache. +- ~~[openmw](https://openmw.org/) - Open source reimplementation of TES III. Morrowind.~~ - [mutt](http://www.mutt.org/) - A small but very powerful text-based mail client. - [procmail](http://www.procmail.org/) - Mail delivery agent. - [geeqie](http://www.geeqie.org/) - lightweight image viewer for Linux, BSDs and compatibles. @@ -97,16 +91,23 @@ $ make - [fetchmail](https://www.fetchmail.info) - Full-featured, robust, well-documented remote-mail retrieval and forwarding utility. - [aria2](https://aria2.github.io) - Lightweight multi-protocol & multi-source command-line download utility. - [connman](https://01.org/connman) - Internet connection daemon. +- ~~[newsboat](https://newsboat.org/) - An RSS/Atom feed reader for text terminals.~~ +- ~~[bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. **[BIN]**~~ - [linux-firmware](https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git) - Linux firmware files. - [acpi_call](https://github.com/teleshoes/acpi_call) - A kernel module that enables you to call ACPI methods. +- ~~[htop](https://hisham.hm/htop/) - Improved top (interactive process viewer).~~ +- ~~[firefox-bin](https://www.mozilla.org/ru/firefox/) - Mozilla Firefox.~~ - [vivaldi](https://vivaldi.com) - A web browser which works without pulse-audio. - [dmenu](https://tools.suckless.org/dmenu/) - Fast and lightweight dynamic menu for X. - [polybar](https://polybar.github.io/) - A fast and easy-to-use status bar. - [rofi](https://github.com/davatorium/rofi) - A window switcher, application launcher and dmenu replacement. +- ~~[skippy](http://thegraveyard.org/skippy.php) - A full-screen task-switcher providing Apple Expose-like functionality.~~ - [tabbed](https://tools.suckless.org/tabbed/) - Simple generic tabbed fronted to xembed aware applications. - [unclutter-xfixes](https://github.com/Airblader/unclutter-xfixes) - A rewrite of unclutter using the x11-xfixes extension. - [wmctrl](https://sites.google.com/site/tstyblo/wmctrl) - Command line tool to interact with an EWMH/NetWM compatible X Window Manager. - [xclip](https://github.com/astrand/xclip) - Command line interface to the X11 clipboard. +- ~~[xdotool](https://www.semicomplete.com/projects/xdotool/) - Simulate keyboard input and mouse activity, move and resize windows.~~ +- ~~[xkblayout-stat](https://github.com/nonpop/xkblayout-state) - A small program to get/set the current XKB layout.~~ - [st](https://st.suckless.org) - Simple terminal implementation for X. - [bspwm](https://github.com/baskerville/bspwm) - A tiling window manager based on binary space partitioning. @@ -114,33 +115,25 @@ $ make ### Applications -- ~~[antiword](http://www.winfield.demon.nl/) - Utility to read Word (.doc) files.~~ -- ~~[docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.~~ -- ~~[docx2txt](https://docx2txt.sourceforge.io/) - Converts Microsoft Office docx documents to equivalent text documents.~~ -- ~~[gimp](https://www.gimp.org/) - GNU Image Manipulation Program.~~ -- ~~[guile](https://www.gnu.org/software/guile/) - GNU Ubiquitous Intelligent Language for Extensions.~~ -- ~~[ipcalc](http://jodies.de/ipcalc) - Calculate various network masks, etc. from a given IP address.~~ -- ~~[mdcat](https://github.com/lunaryorn/mdcat) - Show markdown documents on text terminals.~~ -- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ -- ~~[osquery](https://osquery.io) - SQL powered operating system instrumentation and analytics.~~ -- ~~[tor-browser](https://www.torproject.org/) - Web browser focusing on security.~~ - [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer. - [ansible](https://www.ansible.com/) - Automate deployment, configuration, and upgrading. - [ansible-lint](https://github.com/ansible/ansible-lint/) - Checks ansible playbooks for practices and behaviour. +- ~~[antiword](http://www.winfield.demon.nl/) - Utility to read Word (.doc) files.~~ - [azure-cli](https://docs.microsoft.com/cli/azure/overview) - Microsoft Azure CLI. -- [bash](https://www.gnu.org/software/bash/) - Bourne-Again SHell, a UNIX command interpreter. - [bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. - [brave-browser](https://brave.com/) - Brave web browser. -- [coreutils](https://www.gnu.org/software/coreutils) - GNU File, Shell, and Text utilities. - [curl](https://curl.haxx.se/) - Get a file from an HTTP, HTTPS or FTP server. - [dive](https://github.com/wagoodman/dive) - Tool for exploring each layer in a docker image. - [djvu2pdf](https://0x2a.at/site/projects/djvu2pdf/) - Small tool to convert Djvu files to PDF files. +- ~~[docker](https://www.docker.com/) - Pack, ship and run any application as a lightweight container.~~ +- ~~[docx2txt](https://docx2txt.sourceforge.io/) - Converts Microsoft Office docx documents to equivalent text documents.~~ - [findutils](https://www.gnu.org/software/findutils/) - Collection of GNU find, xargs, and locate. - [firefox](https://www.mozilla.org/ru/firefox/) - Mozilla Firefox. - [gawk](https://www.gnu.org/software/gawk/) - GNU awk utility. -- [git](https://git-scm.com) - Distributed revision control system. +- ~~[gimp](https://www.gimp.org/) - GNU Image Manipulation Program.~~ - [git-cal](https://github.com/k4rthik/git-cal) - GitHub-like contributions calendar but on the command-line. - [git-delta](https://github.com/dandavison/delta) - Syntax-highlighting pager for git and diff output. +- [git](https://git-scm.com) - Distributed revision control system. - [glow](https://github.com/charmbracelet/glow) - Render markdown on the CLI. - [go](https://golang.org) - Programming language to build simple/reliable/efficient software. - [hadolint](https://github.com/hadolint/hadolint) - Smarter Dockerfile linter to validate best practices. @@ -148,6 +141,7 @@ $ make - [htop](https://hisham.hm/htop/) - Improved top (interactive process viewer). - [httpie](https://httpie.org/) - User-friendly cURL replacement (command-line HTTP client). - [hyperfine](https://github.com/sharkdp/hyperfine) - Command-line benchmarking tool. +- ~~[ipcalc](http://jodies.de/ipcalc) - Calculate various network masks, etc. from a given IP address.~~ - [iterm2](https://www.iterm2.com/) - Terminal emlator. - [joplin](https://joplinapp.org/) - An open source note taking and to-do application. - [k3d](https://k3d.io/) - Little helper to run Rancher Lab's k3s in Docker. @@ -155,7 +149,7 @@ $ make - [kubernetes-cli](https://kubernetes.io/) - Kubernetes command-line interface. - [min](https://github.com/minbrowser/min) - Minimal browser that protects privacy. - [nativefier](https://github.com/jiahaog/nativefier) - Wrap web apps natively. -- [node](https://nodejs.org) - Platform built on V8 to build network applications. +- ~~[odt2txt](https://github.com/dstosberg/odt2txt/) - Convert OpenDocument files to plain text.~~ - [osxfuse](https://osxfuse.github.io/) - FUSE for MacOS. - [p7zip](https://p7zip.sourceforge.io/) - 7-Zip (high compression file archiver) implementation. - [pandoc](https://pandoc.org/) - Swiss-army knife of markup format conversion. @@ -167,19 +161,20 @@ $ make - [quicklook-json](http://www.sagtau.com/quicklookjson.html) - QuickLook plugin to preview JSON files. - [rlwrap](https://github.com/hanslub42/rlwrap) - Readline wrapper: adds readline support to tools that lack it. Dependency of cheat.sh. - [skype](https://www.skype.com/) - Video chat, voice call and instant messaging application. -- [tcl-tk](https://tcl.tk) - TCL Programming language. +- [tcl-tk](https://tcl.tk) - GUI Toolkit for TCL Programming language. - [telegram](https://macos.telegram.org/) - Telegram for MacOS. -- [terraform](https://www.terraform.io/) - Tool to build, change, and version infrastructure. - [terraform-docs](https://github.com/terraform-docs/terraform-docs) - Tool to generate documentation from Terraform modules. +- [terraform](https://www.terraform.io/) - Tool to build, change, and version infrastructure. - [terraform-ls](https://github.com/hashicorp/terraform-ls) - Terraform Language Server. - [tflint](https://github.com/terraform-linters/tflint) - Linter for Terraform files. - [tfsec](https://tfsec.dev/) - Static analysis security scanner for your terraform code. -- [tig](https://jonas.github.io/tig/) - Text interface for Git repositories. +- ~~[tig](https://jonas.github.io/tig/) - Text interface for Git repositories.~~ +- ~~[tor-browser](https://www.torproject.org/) - Web browser focusing on security.~~ - [transmission](https://transmissionbt.com/) - BitTorrent client. - [tunnelblick](https://www.tunnelblick.net/) - Graphic user interface for OpenVPN. - [vagrant](https://www.vagrantup.com/) - Development environment. -- [virtualbox](https://www.virtualbox.org/) - Free and open-source hosted hypervisor for x86 virtualization. - [virtualbox-extension-pack](https://www.virtualbox.org/) - AMD64/Intel64 and x86 virtualization. +- [virtualbox](https://www.virtualbox.org/) - Free and open-source hosted hypervisor for x86 virtualization. - [vlc](https://www.videolan.org/vlc/) - VLC media player. - [watch](https://gitlab.com/procps-ng/procps) - Executes a program periodically, showing output fullscreen. - [webpquicklook](https://github.com/emin/WebPQuickLook) - QuickLook plugin for WebP image files.