iforgor

Crates.ioiforgor
lib.rsiforgor
version
sourcesrc
created_at2024-07-12 14:13:05.316456
updated_at2024-07-13 10:51:39.328455
descriptionThe CLI tool for all those commands you forget about
homepage
repositoryhttps://github.com/nanocryk/iforgor
max_upload_size
id1300749
size0
(nanocryk)

documentation

README

iforgor

iforgor crate

The CLI tool for all those commands you forget about

Installation

Run cargo install iforgor.

Configuration

Add script source files using iforgor source add <PATH> (see exemple). Each entry follow the following format:

[[entries]]
name = "WRITE NAME HERE"
script = "WRITE SCRIPT HERE"

Entry can also contain the following optional fields:

  • only_on = "OS": script will only be loaded on provided OS. Accepts Linux and Windows.
  • args = ["Arg 1", "Arg 2"]: list arguments labels that will be printed when calling.
  • shell = "SHELL: selects the shell to execute the script with. Supports Sh (default for Linux), Cmd (default for Windows) and Powershell.

After modifying a source file iforgor reload should be called to update its internal list.

Usage

Run iforgor to start the interactive selection menu, which displays a list of commands that can be selected using the up/down arrow keys and Enter. By default the search input is empty and the list displays the command history (if any). Characters can be typed to search among the registered script names.

Once selected the script is run. If the entry have an args list it asks you about the arguments values. It'll then run the script and print its output. Execution can be halt using Ctrl+C, which will only halt the script execution and not iforgor. Once the script stops, it displays the return status code and wait for Enter to be pressed before showing back the selection menu.

Commit count: 0

cargo fmt