Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2022-01-11
| ||
14:25 | Make the `build` command throw an error when the working directory is empty. Leaf check-in: 9fe306f80d user: programandala.net tags: mmv_command | |
2021-09-24
| ||
20:08 | Update TO-DO. check-in: 1736731c69 user: programandala.net tags: mmv_command | |
2021-08-11
| ||
17:49 | Make the editor configurable. check-in: e6e6286aa1 user: programandala.net tags: mmv_command | |
17:11 | Finish the first working version of the `mmv` command. check-in: 482a2befc0 user: programandala.net tags: mmv_command | |
2021-08-09
| ||
17:09 | Draft the `mmv` command. check-in: b0a354d0b5 user: programandala.net tags: mmv_command | |
2021-06-29
| ||
13:20 | Improve the code layout in `extract_from_archives`. Leaf check-in: 1dec3a0314 user: programandala.net tags: trunk | |
2021-04-14
| ||
18:46 | Update TO-DO. check-in: 0ba6e57b24 user: programandala.net tags: trunk | |
2021-04-13
| ||
18:25 | Update and fix TO-DO. check-in: bcb2eef51d user: programandala.net tags: trunk | |
18:17 | Fix the `purge` command by making `-s|--since` mandatory. check-in: 32dd8fd6fc user: programandala.net tags: trunk | |
2021-04-12
| ||
17:12 | Update TO-DO. check-in: 9b6c5048de user: programandala.net tags: trunk | |
14:03 | Update TO-DO. check-in: d61bf7be2d user: programandala.net tags: trunk | |
10:22 | Improve the `purge` command to remove files only from a given branch. check-in: ff683d2eb0 user: programandala.net tags: trunk | |
09:34 | Fix variable name in the `purge` command. check-in: e58b87997f user: programandala.net tags: trunk | |
2021-04-11
| ||
22:01 | Update TO-DO. check-in: 41f16a7efb user: programandala.net tags: trunk | |
2021-03-01
| ||
19:09 | Update TO-DO. check-in: 5c7f0c4fbb user: programandala.net tags: trunk | |
19:07 | Checkout the trunk before closing the new repository. check-in: 6fb2c1e63b user: programandala.net tags: trunk | |
14:11 | Update TO-DO. check-in: 21ff9bd056 user: programandala.net tags: trunk | |
2021-02-27
| ||
00:39 | Update the online version of the README. check-in: 2beb429987 user: programandala.net tags: trunk | |
00:38 | Extract also from backup archives. check-in: b3773152a7 user: programandala.net tags: trunk | |
00:34 | Improve the description of `-K|--keep-zip-archives`. Closed-Leaf check-in: a7e94976b1 user: programandala.net tags: extract_from_archives | |
00:28 | Rename `--git-branch` to `--branch`; do its checking in `need`; check it also in `extract_from_archives`. check-in: 698161a94a user: programandala.net tags: extract_from_archives | |
00:12 | Update the help about the `extract` command. check-in: 0ff60bb5ca user: programandala.net tags: extract_from_archives | |
00:02 | Extract .rar archives. check-in: 1153bc3aa6 user: programandala.net tags: extract_from_archives | |
2021-02-26
| ||
23:52 | Extract .tar.bz2|.tbz2, .tar.gz|.tgz, .tar.lz|.tlz and .tar.xz|.txz archives. check-in: 7b74ad0953 user: programandala.net tags: extract_from_archives | |
22:23 | Fix names of files extracted from .7z and .zip. check-in: 03e036412a user: programandala.net tags: extract_from_archives | |
20:51 | Extract .zip, .xz and .bz2 archives; copy the uncompressed files. check-in: 45e51675ae user: programandala.net tags: extract_from_archives | |
20:40 | Display warning messages for unsupported archives. check-in: 51a69d702e user: programandala.net tags: extract_from_archives | |
20:36 | Fix filetype regex. Draft support for 7z archives. check-in: 3bb4de3446 user: programandala.net tags: extract_from_archives | |
20:07 | Fix/improve the method for extracting the filename extension. check-in: e72422d57e user: programandala.net tags: extract_from_archives | |
20:00 | Extract .gz archives. check-in: 6a55aa3efb user: programandala.net tags: extract_from_archives | |
19:39 | Support `--dry-run` in `extract_from_archives`. check-in: ca7c76b7d8 user: programandala.net tags: extract_from_archives | |
19:35 | Add verbose messages to `extract`. check-in: 6af6dc0ab3 user: programandala.net tags: extract_from_archives | |
19:26 | Fix test and regex. check-in: 30a44a190f user: programandala.net tags: extract_from_archives | |
19:13 | Draft `extract_from_archives`. check-in: 2a26caff3a user: programandala.net tags: extract_from_archives | |
19:13 | Update TO-DO. check-in: bd2570ad93 user: programandala.net tags: extract_from_archives | |
18:41 | Prepare `extract_from_archives`. check-in: 441182b30d user: programandala.net tags: extract_from_archives | |
18:36 | Fix error message. check-in: 9e5e5618a2 user: programandala.net tags: trunk | |
18:17 | Fix an Asciidoctor tag and a missing empty line in the help text. check-in: 4805689a41 user: programandala.net tags: trunk | |
18:11 | Simplify the layout of the help text to make it easier to maintain. check-in: 4f9e91cdcc user: programandala.net tags: trunk | |
17:52 | Make the `-h|--help` option display the help about the given command. check-in: 911295987f user: programandala.net tags: trunk | |
17:48 | Make description of one-hyphen long options clearer (contrary to `--from`, `--help` is displayed in the help of all commands). Closed-Leaf check-in: e5a321cfab user: programandala.net tags: split_help | |
17:41 | Make `-h|--help` display the help about the given command instead of executing it. check-in: 93a75ca517 user: programandala.net tags: split_help | |
17:21 | Make the `--help` option a flag. check-in: 59da28fef4 user: programandala.net tags: split_help | |
17:17 | Make the `help` function accept an argument containing the help text. check-in: fbc8b46393 user: programandala.net tags: split_help | |
17:12 | Add the Asciidoctor tags to the split help texts and update the README file to include all the parts. check-in: 927858a5a7 user: programandala.net tags: split_help | |
16:58 | Split the help text into several variables, to make it possible to display the sections apart. check-in: 2038249257 user: programandala.net tags: split_help | |
15:26 | Update the online version of the README. check-in: fa908a3352 user: programandala.net tags: trunk | |
15:22 | Add a `help` command. check-in: b7065846db user: programandala.net tags: trunk | |
15:19 | Fix: throw an error when a second command is found (so far the latest command was used). check-in: 3ab68c8ecd user: programandala.net tags: trunk | |
15:14 | Replace the `--version` option with the `version` command. check-in: abd3059319 user: programandala.net tags: trunk | |