Commit graph

23 commits

Author SHA1 Message Date
Jacob 720d93f43d Add GUI variant of mcopy. 2024-07-17 04:08:43 +02:00
Jacob 5a121fc062 Fix a potential segmentation fault. 2024-07-13 06:11:44 +02:00
Jacob e6a371bf57 Add some more metadata options 2024-07-13 05:37:38 +02:00
Jacob a55a86d00e Some more cleanup. 2024-07-13 05:25:47 +02:00
Jacob b1b8f6917c Cleanup the codebase significantly. 2024-07-13 04:57:16 +02:00
Jacob 1ebba43dc0 Fix: create_directory error 2024-01-08 06:41:00 +01:00
Jacob f600ee4928 Fix meson.build 2023-09-11 00:00:06 +02:00
Jacob b11461ab9e Check if create_directories() was successful 2023-08-30 16:32:31 +02:00
Jacob 927c9ead9a I am retarded 2023-08-30 16:28:41 +02:00
Jacob 1388cdd7dd Fix some small things 2023-08-24 21:04:24 +02:00
Jacob 69c1d3c2aa Refactor a bit 2023-08-17 10:06:59 +02:00
Jacob 8559e0ae88 Although not technically necessary, cstdlib should be included anyway 2023-08-17 09:39:35 +02:00
Jacob ac4235f14b Simplify even more. I was clearly retarded when I wrote this code. 2023-08-16 23:06:13 +02:00
Jacob 74fe842445 Use std::exit() instead of C exit() function 2023-08-16 22:49:06 +02:00
Jacob 17b614a278 Add -q quiet option 2023-08-16 08:22:23 +02:00
Jacob e97b4496c8 Send error messages/warnings to /dev/stderr using std::cerr 2023-08-16 08:16:12 +02:00
Jacob c4adc3b4dc Check if file actually exists 2023-08-16 08:12:29 +02:00
Jacob 0abf3a803a Check to make sure we have an input file. 2023-08-16 08:10:33 +02:00
Jacob b9316ad4ec Change function name 2023-08-16 08:02:27 +02:00
Jacob 160d26c47b Finish the code, add more checks 2023-08-16 07:59:24 +02:00
Jacob 03b9022bf4 Escape double quotes 2023-08-15 21:17:56 +02:00
Jacob 4c9306ca41 Add mcopy cpp 2023-08-15 20:51:29 +02:00
Jacob 21161f61bf Initial commit 2023-08-15 18:50:37 +00:00