about

Executable for finding information about programs in PATH

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version 0.1.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-02 07:21

Tags

Authors

  • Edgar Cabrera

Installation

nimble install about
choosenim install about
git clone https://github.com/aleandros/about

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
about - - - - - - -

Dependencies

Package Version Optional
nim >= 0.18.0 No
docopt - No

Source

Repository https://github.com/aleandros/about
Homepage https://github.com/aleandros/about
Documentation View Documentation
Registry Source nimble_official

README

about - Command line tool for finding information about programs

This is a simple tool for finding information about executables found in your PATH.

While useful, it was also my example project for learning nim which is an amazing, super easy to use, fast language.

Building

Compile with:

$ nimble build

You can then copy it to your path and you're set.

Running

Execute about to see the documentation. But you can expect something similar to this:

$ about python

Output:

/usr/bin/python
/usr/bin/python2.7

Options were added for searching history and not matching directory names.

Future work?

I'm thinking about:

  • Stats of program usage
  • Inspect process information given the name of the program
  • Support for regular expressions