Skip to content

Commit

Permalink
2.9.001
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Jul 22, 2024
1 parent 8cee280 commit 9e7cc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v2.8.072; 81 subcommands)
library (v2.9.001; 81 subcommands)

Create database subcommands:
╭─────────────────┬──────────────────────────────────────────╮
Expand Down Expand Up @@ -1103,7 +1103,7 @@ BTW, for some cols like time_deleted you'll need to specify a where clause so th
library merge-mv --parent folder1/ folder2/ # folder1 will be moved to folder2/folder1/
library merge-mv --parent file1.txt folder2/ # file1 will be moved to folder2/file1_parent_folder/file1.txt

nb. This tool, like other library subcommands, only works on files. Empty folders will not be created on the destination
nb. This tool, like other library subcommands, only works on files. Empty folders will not be moved to the destination


</details>
Expand Down
2 changes: 1 addition & 1 deletion xklb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.072"
__version__ = "2.9.001"

0 comments on commit 9e7cc05

Please sign in to comment.