aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-07-22 22:09:16 -0400
committerTeddy Wing2016-07-22 22:09:16 -0400
commit3631742cb99b1ea2527de1e2c334e6edb8afc483 (patch)
tree5ebe3a735d6a5054abc4bf3bf3928a976bd1c325
parentb247c9a849f458273d1d01ccc7b96d210ae142fd (diff)
downloadqcd-3631742cb99b1ea2527de1e2c334e6edb8afc483.tar.bz2
Remove 'new interface.txt'v0.1.0
This was our ideas file when implementing the new database supported version of `qcd`. Now that it's working the way we wanted it to, this ideas file can be removed.
-rw-r--r--new interface.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/new interface.txt b/new interface.txt
deleted file mode 100644
index 93931cb..0000000
--- a/new interface.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-qcd SHORTCUT PATH
-
-qcd -a SHORTCUT PATH
-
--a: add
- So we can still do `qcd shortcut` to `cd`
-
- PATH expands to an absolute directory before saving
-
-
-shortcut /Absolute/path/to/directory
-shortcut /Absolute/path/to/directory
-shortcut /Absolute/path/to/directory
-shortcut /Absolute/path/to/directory
-shortcut /Absolute/path/to/directory
-
-
-Go to:
- Search for shortcut, get column 2, cd to it
-
-Remove shortcut:
- qcd -r SHORTCUT
-
- Search for shortcut, remove that line
- --How to remove the line?
-
-Change shortcut:
- qcd -c SHORTCUT PATH
-
- Use sed?