Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 452 Bytes

Into The Void

A mental health app for writing down thoughts and sending them to the void.

Usage

Make the app executable.

chmod +x itv.sh

Run the app.

./itv.sh

Possible hang ups

This app uses your $EDITOR variable to write your letter. You can check what that is by typing into your terminal

echo $EDITOR

You can change the value of this variable by typing into your terminal

export EDITOR=YOUR_DESIRED_EDITOR