You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.4 KiB
Markdown

2 years ago
# Sans Terminal Indexer
This is a program currently in development that I am creating to help make indexing of SANS textbooks easier that is based off of [Voltaire](https://voltaire.publickey.io/).
Currently the indexer has the following features
- Checks to see if you have any indexes in the current directory (Checks for .csv files)
- If so it will ask you to select which index you would like to use, if not it will create a new one.
- Takes input in the format of **Term, page number**. The three fields can be any an information you want in your index but it must be delimited by commas.
2 years ago
- You index is saved in the directory the program is launched from everytime you enter a new entry
2 years ago
![sansterminalindex](https://user-images.githubusercontent.com/19278569/198133246-16d24198-b968-4beb-8d0e-c7a88ac430c2.png)
2 years ago
# Todo
- ~~Add index viewer within program (Pretty print index.csv)~~
![](indexDisplay.gif)
- Add edit feature (edit previous index entries)
- Add CSV sorting (Sort by book then alphabetical)
- Add handling for repeat entries
- ~~Add "Create new" option to csv selection option~~
2 years ago
![](createCsv.gif)
- ~~Create a .index file in home directory that stores indexes~~
- Add delete option for index files
- ~~Add "ask for book" prompt on startup~~
- ~~Allow for input with no definition (term, pagenumber)~~
- ~~Remove definition support (I found this was redundant and not helpful for an index)~~
2 years ago