rust-cmd-line-tools

Just a small repository of some basic command line tools made in Rust.

The tools so far:

mega

MEtadata GAtherer

This is a simple command line tool that takes a file path as an argument, gathers the avaliable metadata of the file and places it inside of the user’s clipboard.

Features:

  • Can be used to gather metadata of files, directories and symlinks.
  • Instantaneous.

Relevant README.md

copo

COmmand line POmodoro timer

This will be a command line tool that starts a pomodoro timer based on the user’s specification (through flags).

Features:

  • There are none, it hasn’t been made.

Relevant README.md