Commit graph

138 commits

Author SHA1 Message Date
Dmitry Voronin 99cb52ea4f Name : Rename simplify and convention. 2023-12-22 23:00:13 +03:00
Dmitry Voronin 6b8258f585 Util : add _debug. 2023-12-21 22:51:38 +03:00
Dmitry Voronin 38a5791624 Random : Add random_file. 2023-12-19 16:18:57 +03:00
Dmitry Voronin 187e8a48cf Update filenames to follow new convention. 2023-12-17 23:54:49 +03:00
Dmitry Voronin ec1c3f5c39 Name : add convention conversion. 2023-12-17 23:46:41 +03:00
Dmitry Voronin d6b7f08e13 Parse : add extra case parsers. 2023-12-17 21:35:02 +03:00
Dmitry Voronin c45db5815f Group : group by extension and year. 2023-12-17 21:15:50 +03:00
Dmitry Voronin 43b1d7bc8e Transcode : Use _iterate_target. 2023-12-17 20:44:54 +03:00
Dmitry Voronin 418f146141 Pack : Use _iterate_targets. 2023-12-17 20:22:06 +03:00
Dmitry Voronin 47a30351d1 Checksum : Use _iterate_targets. 2023-12-17 20:12:33 +03:00
Dmitry Voronin 0be0396232 Parse : Add parse_snake. 2023-12-17 20:09:25 +03:00
Dmitry Voronin ff07b915af Bootstrap : Add Editorconfig. 2023-12-17 19:44:58 +03:00
Dmitry Voronin ec91fbef54 Parse : Fix CamelCase to be like XmlHttpClient. 2023-12-17 19:32:47 +03:00
Dmitry Voronin 72d904dfa2 Name : utilize _iterate_target. 2023-12-17 16:27:21 +03:00
Dmitry Voronin 49794165f8 archive : utilize _iterate_target. 2023-12-16 22:52:36 +03:00
Dmitry Voronin c52f748f88 archive : add xz conversion. 2023-12-16 21:56:30 +03:00
Dmitry Voronin e4e778d544 ls : Add private _ls_dir and _ls_file. 2023-12-16 17:20:47 +03:00
Dmitry Voronin 8a2921f0ec archive : remove convert. 2023-12-16 17:13:06 +03:00
Dmitry Voronin 5a2ccd5f39 cdd : add autocomplete. 2023-12-14 22:06:49 +03:00
Dmitry Voronin e6654e66ab android : add autocomplete for emulators. 2023-12-13 22:21:09 +03:00
Dmitry Voronin 944e651b7d bash : use bold white color for statuses. 2023-12-13 16:55:21 +03:00
Dmitry Voronin 69aaccc10c ffmpeg : fix fps. 2023-12-13 16:46:51 +03:00
Dmitry Voronin ef5ac27022 ps : hide sed from itself. 2023-12-11 17:05:19 +03:00
Dmitry Voronin 0bf68be619 archive : use tee to calc hash when archiving. 2023-12-10 17:26:58 +03:00
Dmitry Voronin 922e61b482 tmux : add tda to detach all other clients. 2023-12-10 16:56:56 +03:00
Dmitry Voronin 982e79e595 name : fix_numbering only starting with a digit. 2023-12-10 07:30:24 +03:00
Dmitry Voronin 2ece1cfb59 name : fix_numbering fix counter. 2023-12-10 07:26:04 +03:00
Dmitry Voronin 2bc5285df9 name : add fix_numbering that fixes leading numbers. 2023-12-10 07:20:48 +03:00
Dmitry Voronin db41c5eb82 archive : Add archive_rm. 2023-12-10 04:31:03 +03:00
Dmitry Voronin e1d78bbe08 own : Fix support for multiple files. 2023-12-10 04:18:37 +03:00
Dmitry Voronin 6faa880231 tanscode : disable fast decode for av1. 2023-12-09 21:51:25 +03:00
Dmitry Voronin 1c74307d46 ps : show all proc by default. 2023-12-08 15:09:09 +03:00
Dmitry Voronin 099ba53782 checksum : dont fail when no files to create. 2023-12-07 22:44:51 +03:00
Dmitry Voronin 70c54331b6 bash : fix wrong tabs. 2023-12-07 22:37:52 +03:00
Dmitry Voronin 74a9a94e43 archive : fix du ref. 2023-12-07 16:41:47 +03:00
Dmitry Voronin 416ebcdfe7 vdl : update doc. 2023-12-07 05:23:53 +03:00
Dmitry Voronin fc0c68db16 doc : fix markdown rendering. 2023-12-07 05:22:29 +03:00
Dmitry Voronin 475dea095f doc : update bash. 2023-12-07 05:13:34 +03:00
Dmitry Voronin 986781b546 docker : update function order. 2023-12-07 05:02:12 +03:00
Dmitry Voronin 2f91ebc55b doc : bash hide modules with no public functions. 2023-12-07 04:58:42 +03:00
Dmitry Voronin 1834bf3361 doc : separate bash funs by module. 2023-12-07 04:52:52 +03:00
Dmitry Voronin 643b9d21c9 archive : fix typo. 2023-12-07 04:39:19 +03:00
Dmitry Voronin 87410c8f38 doc : dont sort bash functions. 2023-12-07 04:35:46 +03:00
Dmitry Voronin 9be8d26a07 name : fix old usage echo. 2023-12-07 04:31:18 +03:00
Dmitry Voronin 9ba44d64db watch : fix typo. 2023-12-07 04:06:05 +03:00
Dmitry Voronin a800ec24c9 bash : update doc. 2023-12-07 04:02:47 +03:00
Dmitry Voronin 6e32cfa832 help : add completion. 2023-12-07 01:51:33 +03:00
Dmitry Voronin bf8c65e275 bash : add help function. 2023-12-07 01:44:42 +03:00
Dmitry Voronin 607ed8b9de bash : migrate to functions. 2023-12-07 00:42:06 +03:00
Dmitry Voronin 21018f0468 git : convert aliases to functions. 2023-12-07 00:24:26 +03:00