Runned

Runned is a simple tool to check the execution time of terminal commands.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install Runned
choosenim install Runned
git clone https://github.com/Gael-Lopes-Da-Silva/Runned

OS Compatibility

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

Source

Repository https://github.com/Gael-Lopes-Da-Silva/Runned
Homepage https://github.com/Gael-Lopes-Da-Silva/Runned
Registry Source nimble_official

README

Tiny Time

https://github.com/Gael-Lopes-Da-Silva/tiny.time

Description

This is a Rust application meant to check execution time of terminal command and application.

Usage

USAGE: tiny_time "<command>"

  -e, --excode     Show exit code of the command
  -i, --input      Show the inputed command
  -p, --precision  Deplay time with more digits
  -n, --nooutput   Don't display the output of the command
  -o, --valueonly  Display only values, no label
  -v, --version    Print the application version

Build From Source

Make sure to have a ready to use installation of rust. More info here.

git clone https://github.com/Gael-Lopes-Da-Silva/tiny.time.git
cd tiny.time
cargo build --release