Skip to content

Commit

Permalink
Update to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernot committed Nov 12, 2020
1 parent c6caf30 commit 7f16017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# tag-indexer v0.9
# tag-indexer v0.9.1

This is a macOS platform-specific program designed to permanently alias (using the Unix aliasing method) files according to their tags.


<br><br>
## To do
* Unify the docstrings and file formatting (module imports, …)
* Clean up the `preferences.py` file
* v1.1: Add live time estimates, to be integrated in `indexing_functions.py`
* v0.9.2: Unify the docstrings and file formatting (module imports, …)
* v0.9.2: Clean up the `preferences.py` file (and the `preferences.txt` file)
* v0.9.2: Add a case-insensitivity option for processing tags
* v1.0: Add live time estimates, to be integrated in `indexing_functions.py`
* v1.1: Add an actions log (useful?)
* v2: Add a `case_sensitivity` setting in `preferences.py`
* v2: Only save processed tags (not in `unprocessed_tags_list`) to the `.pytags_tags` beacon
* v2: Comply with sorting system hierarchies for reading actual file creation time
* v2: Comply with sorting system hierarchies for reading actual file creation time and writing it to the alias file's name


<br><br>
Expand Down
1 change: 0 additions & 1 deletion tags_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
TO ADD:
* case-insensitivity when processing tags
* alias name includes file DATE (either according to folders, metadata, file metadata, or custom hidden metadata file
* add a tag_placeholder value; replace all the [-1] and [:-1] with [-len], [:-len]
* in special_tags_match: ADD EXCEPTIONS WHEN SPLICING STRINGS AND OVERRUNNING THE TOTAL LENGTH (IndexError)
* WILL NEED AN OS.MAKEDIRS AT SOME POINT
Expand Down

0 comments on commit 7f16017

Please sign in to comment.