poppingtonic / wherewasi

This package does the simplest thing ever. It writes lines to a file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wherewasi

A very simple commandline application that reads a single line and appends it to a file /home/brian/.wherewasi.

Usage

Download the released binary here: wherewasi binary.

$ wherewasi 
Remember to do this when you restart your machine

 (Press CTRL+D when finished)

<enter your stuff and press enter to finish>

Building

You'll need rust. You can get it using rustup.

  $ git clone https://github.com/poppingtonic/wherewasi.git /path/to/wherewasi 
  $ cd /path/to/wherewasi 
  $ cargo build --release 
  $ ln -s /path/to/wherewasi/target/wherewasi ~/bin/wherewasi 

About

This package does the simplest thing ever. It writes lines to a file.


Languages

Language:Rust 100.0%