TinyToolSH / tnotes

A simple script to create and access markdown notes easily.
GNU General Public License v3.0
0 stars 0 forks source link

Make this project POSIX Compliant. #4

Open Calebe94 opened 2 years ago

Calebe94 commented 2 years ago

Expected Behavior

Make this project POSIX Compliant.

Current Behavior

Log from shellcheck:

dmenu_tnotes.log tnotes.log

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

Calebe94 commented 2 years ago

To parse arguments: https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash#13359121