summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-14 10:33:04 -0600
committermsglm <msglm@techchud.xyz>2023-01-14 10:33:04 -0600
commit0d05ef1e12314985988e567ac22a179d0f646899 (patch)
treede702ad5f7550a27a6fb982e617363ccaca4fecf /README.md
downloadmsglm-dotfiles-0d05ef1e12314985988e567ac22a179d0f646899.tar.gz
msglm-dotfiles-0d05ef1e12314985988e567ac22a179d0f646899.tar.bz2
msglm-dotfiles-0d05ef1e12314985988e567ac22a179d0f646899.zip
Inital Commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5b48c65
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Documentation
+
+These scripts are meant primarily for my own workflow and, because of that, certain aspects of my workflow must be assumed to be the case. In each script, I have tagged what exactly in my workflow that is unique to my workflow that a script needs. These will be called axioms.
+
+Also, most of these scripts use various tools both in and out of the Debian standard repos. I will note these as dependencies.
+
+The formatting for these will be as follows:
+
+\#!/bin/sh
+
+Description:
+
+Axioms:
+
+Dependencies:
+
+# List of Axioms
+
+CONTENTDIR - There exists a directory in ~/Videos/ named "Content". This directory is used to store downloaded videos you wish to watch, then discard.
+UNSORTEDDIR - There exists a directory in ~/Videos/ named "unsorted". This directory is used to store downloaded videos you wish to sort.
+WALLPAPERS - There exists a directory in ~/Pictures/ named "wallpapers". This directory is used to store wallpapers that the user has downloaded.
+GIFS - There exists a directory in ~/Pictures/ named "gif". This directory is used to store gifs that the user has downloaded.
+ULTRASPECIFIC - Scripts with this axiom are just too specific for normal use and it's suggested users modify these scripts to fit their needs. They likely do not work out of the box.
+JOBDIR - There exists a directory called ~/Documents/Jobs. In this directory exists several folders: Applying, Considering, Current, Past, Potential, Rejection, and Templates. These directories are used to store indeedwatcher jobs and for manual sorting.