You’ll never use the cd cmd again

Ever used the cd command? You’ll never touch that outdated thing again when you try jmp. Navigate your filesystem with unprecedented speed, agility, and dexterity NEVER seen before. Given a set of regular expressions, jmp will intelligently search through your files and cd you into your intended directory. Supports blacklisting and aliasing for optimal search performance. Offers entire jmp suite for unmatched convenience. We don’t live forever, so why waste a single second more of your life typing unnecessarily long […]

Read more

A project designed to make taking notes easier than ever – by doing it all on command line

A project designed to make taking notes easier than ever – by doing it all on command line! Yes, all of your files are easily accessible through one command interface, and can be written to at any time! #ad #sponsored Honestly, I’m just making this as a curiosity for when I go back to school in the spring.My goal is to minimize effort and maximize note efficiency, making all of my notes easily accessible and well organized.Each entry you make […]

Read more

Command-line tool to use LNURL with your LND instance

Commandline tool to use LNURL payRequest and withdrawRequest with LND. Usage: Customize config lndlnurl.conf Run python main.py Docker: docker run -t -i –rm -v cred:/code/cred:ro -v $PWD/lndlnurl.conf:/code/lndlnurl.conf ghcr.io/dsbaars/lnd-lnurl LNURL1DP68GURN8GHJ7MRWW3UXYMM59E3K7MF0D3H82UNV9ACXZ7FLW4EK2UNFVS7NXWPKXSURYYAF0CA Docker (on Umbrel machines): docker run -t -i –rm –network=”umbrel_main_network” -v ~/umbrel/lnd:/.lnd:ro -v $PWD/lndlnurl.conf:/code/lndlnurl.conf ghcr.io/dsbaars/lnd-lnurl:latest LNURL1DP68GURN8GHJ7MRWW3UXYMM59E3K7MF0D3H82UNV9ACXZ7FLW4EK2UNFVS7NXWPKXSURYYAF0CA Create alias Add the following to your .bash_profile

Read more

Pymongo based CLI client, to run operation on existing databases and collections

Pymongo based CLI client, to run operation on existing databases and collections Program developed by Gustavo Wydler Azuaga – 12-01-2021 NOTE: Program screenshots can be viewed in the Screenshots folder Program description: The program is a command line interface client developed in python, which uses the pymongo libraries to connect to existing databases, and run operations and queries. It is an interactive program based on numbered options. Requirements to operate the program: Mongo server running on localhost At least one […]

Read more

The premiere CLI jockey replacement full stack web/app/database network automation application

Network Engineer’s Unified Realtime Automation Library © NEURAL Page (Overview, features, extensibility, etc.) https://www.automate-the-network.com/neural NEURAL is the premiere CLI jockey replacement full stack web/app/database network automation application, providing a “no-code” web app for network engineers developed by a network engineer! It’s built using the Django Web framework I’ll be updating this README in the future with more info, but for now, here’s the intial setup instructions, after you’ve got your Server running, e.g. after you’veimported the OVA into VM Workstation […]

Read more

A Python3 command line tool and library that helps you create great documentation websites

Read Latest Documentation – Browse GitHub Code Repository The only thing worse than documentation never written, is documentation written but never discovered. portray is a Python3 command line tool and library that helps you create great documentation websites for your Python projects with as little effort as possible. Key Features: Zero-Config: No configuration is necessary to use portray. Just run portray in    

Read more

Pretty-print tabular data in Python, a library and a command-line utility

Pretty-print tabular data in Python, a library and a command-line utility. The main use cases of the library are: printing small tables without hassle: just one function call, formatting is guided by the data itself authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point Installation To install the Python library and the command line […]

Read more

Generate an ASCII Art from keyword put in the cli

ascii-art-generator-cli Generate an ASCII Art from keyword put in the cli Install git clone https://github.com/Nathanlauga/ascii-art-generator-cli cd ascii-art-generator-cli pip install -r requirements.txt pip install . Usage ascii-generator –help Usage: ascii-generator [OPTIONS] KEYWORD Shows differents ASCII Art given a keyword You can change the number of columns and the scale. There are 2 gray scale available 10 and 70 (default is 70) Options: -c, –cols INTEGER Number of columns for ASCII Art. -s, –scale FLOAT Height scale for ASCII Art. -m, –more-levels […]

Read more
1 2 3 4 5 6 15