Commit Graph

44 Commits

Author SHA1 Message Date
55388fea39 Add listbyfile option 2022-11-19 00:08:54 +01:00
27f6db5410 Replace realpath with readlink -f 2022-11-19 00:08:23 +01:00
1458620bee Rename function 2022-11-19 00:07:17 +01:00
2dbe0b08c4 Add tag -i / --interactive 2022-11-19 00:06:14 +01:00
d95aa517df Improve docs 2022-11-19 00:01:22 +01:00
66a7c0e3e7 Check for existence of database at the start 2022-11-18 23:58:02 +01:00
69951be543 Pass on --db to the autoimport command 2022-11-18 14:05:31 +01:00
b483c72df7 Handle ~ in --db argument 2022-11-18 14:05:06 +01:00
e00766cce8 Properly escape everywhere 2022-11-16 12:43:06 +01:00
76b490bc83 Add more tests 2022-11-16 12:16:28 +01:00
d77349ce50 Fix for upstream bug 2022-11-16 11:54:52 +01:00
741f349028 Add another test 2022-11-16 11:53:25 +01:00
c3acf30c66 Fix adding hashes, add file_by_filename 2022-11-16 11:44:25 +01:00
1580865b56 Fix file path not being store properly 2022-11-16 11:01:28 +01:00
d162919b3d Add TODOs 2022-11-16 10:55:16 +01:00
90b0c98675 Add metadata table 2022-11-16 10:55:08 +01:00
41362eccf1 Split files into filenames and paths 2022-11-16 10:53:07 +01:00
f02133d6ab Allow more than one tag, fix listing tags 2022-11-16 09:59:44 +01:00
f43c1d433a Check if files exist before doing stuff 2022-11-16 09:39:47 +01:00
d7f4a9c299 Check if tags exist when tagging 2022-11-16 09:35:49 +01:00
473d88b3c9 Display usage when no arguments supplied 2022-11-16 09:02:52 +01:00
c86f125ed3 Add support for adding hashes 2022-11-16 08:56:58 +01:00
ca5146e17c Capitalize SQL column types 2022-11-16 08:56:33 +01:00
ec5cb5bb17 Add hash test 2022-11-16 08:56:15 +01:00
907f9b742d Fix wrong usage of $PWD 2022-11-16 08:08:13 +01:00
d743baa4d4 Add help for listtags 2022-11-16 08:00:13 +01:00
70ea680b0f Allow specifying different database for all commands 2022-11-16 08:00:00 +01:00
4761ef5040 Rename test file 2022-11-16 07:59:29 +01:00
f8b75eb91b Add more tests 2022-11-16 07:58:58 +01:00
f7102e1fc4 Add first test 2022-11-15 22:36:11 +01:00
90f436fb23 Allow specifying custom database name to init 2022-11-15 22:16:05 +01:00
dcbc0b23d6 Remove DEBUG statement 2022-11-15 22:06:39 +01:00
f22c4ce044 Handle location of SQL file more robustly 2022-11-15 22:03:38 +01:00
353b86af65 Add TODOs 2022-11-15 22:02:42 +01:00
1f6761bf5a Move DEBUG enablement to the top 2022-11-15 22:01:29 +01:00
a847ff6301 remove cruft 2022-11-12 23:04:47 +01:00
82351fb5d9 .gitignore: add .mp4 2022-11-12 23:04:11 +01:00
e6e13c10b0 Add new features
New command-line options: import, autoimport, init
Improve adding of tags and files
2022-11-12 23:01:20 +01:00
c71d3af0a2 SQL: standardize id names 2022-11-12 22:59:44 +01:00
b044726c96 Add init function 2022-11-12 12:46:34 +01:00
abe44c3f92 Add hash TODO 2022-11-11 13:20:24 +01:00
face6e04a6 Improve listing tags 2022-11-11 13:20:11 +01:00
c1564178fa Remove hardcoded db filename
Also prevent db files from getting tracked by git
2022-11-11 12:58:15 +01:00
9f1eccdf1a Initial commit 2022-11-11 12:55:09 +01:00