44 Commits

Author SHA1 Message Date
b2bc9fa7ee New config system. Tracks changes instead of the whole thing. 2023-04-10 18:46:40 -04:00
68336df868 Made some basic start to the config stuff. More will come later. 2023-04-10 13:27:55 -04:00
24fde24746
Merge pull request #44 from That-One-Nerd/misc-commands
Added a couple misc commands and fixed some bugs.
v0.3.2-alpha
2023-04-01 20:39:55 -04:00
a2b9daa107 Made a command that can be used to run other processes. 2023-04-01 20:35:30 -04:00
daae786bec Added commands to make new directories and new files. 2023-04-01 20:16:37 -04:00
e8a5cbc846 Oh look, another one liner. Fixed #34 2023-04-01 15:22:38 -04:00
4c919a152c Fixed issue #28. Literally a one-liner. 2023-04-01 15:05:58 -04:00
21b7436f0e
Merge pull request #42 from That-One-Nerd/shell-systems
Added the ability to cancel stuff.
v0.3.1-alpha
2023-04-01 14:24:45 -04:00
a7ff0a7ab4 Added the ability to prevent cancellation. 2023-04-01 08:50:08 -04:00
1e5f0dba4e Added method interrupt handling. 2023-04-01 08:27:30 -04:00
5412b023a0 Added some terminal interrupt systems. Later it will kill active commands. 2023-03-31 18:12:20 -04:00
51f58e6e82
Merge pull request #37 from That-One-Nerd/more-compression-options
Update main with some new compression formats.
v0.3.0-alpha
2023-03-31 11:02:30 -04:00
559190158a Added rar extraction (can't do compression). 2023-03-30 19:31:14 -04:00
ce72491109 Added 7z extraction. I can't do compression ATM. 2023-03-30 19:13:43 -04:00
471bb54fe0 Maybe 7Zip extraction? I haven't tested it. 2023-03-30 14:09:25 -04:00
33130bc5f8 Optimized some buffer copying in GZip stuff. 2023-03-30 10:28:56 -04:00
8f7c2775d4 Added support for extracting tar and tar.gz formats 2023-03-30 09:06:09 -04:00
dda3ccad4d Added tar functionality and only compression for tar-gz. Extraction coming soon. 2023-03-29 20:27:10 -04:00
87166acda3 Added GZip compatibility 2023-03-29 19:02:55 -04:00
9738599088 Part of the GZip system. **INCOMPLETE** 2023-03-29 17:40:26 -04:00
9928f7d62f Fixed an issue with automatic destinations (#29) 2023-03-29 13:48:34 -04:00
506892b6e0 Added an extraction module, among one other thing. 2023-03-29 10:39:11 -04:00
f95e3a89ff Added a comment option for the command (#27) 2023-03-29 10:19:34 -04:00
b5cfa6f0cc
Merge pull request #26 from That-One-Nerd/shell-systems
Update main with some shell bug fixes.
v0.2.2-alpha
2023-03-29 09:10:59 -04:00
0ebecf4234
Forgot to remove the testing command. 2023-03-29 09:08:32 -04:00
8170a86247 Fixed a loading bar issue (#19) 2023-03-29 08:49:11 -04:00
a1d95170bd Added alias functionality to the shell. 2023-03-29 08:26:42 -04:00
0a92bc6b5a
Merge pull request #24 from That-One-Nerd/clipboard-module
Added *some* clipboard commands.
v0.2.0-alpha
2023-03-28 19:39:27 -04:00
ca71367f9c Added *some* clipboard commands. 2023-03-28 19:27:44 -04:00
b89a076a14
Merge pull request #23 from That-One-Nerd/more-compression-options
Unfortunate.
2023-03-17 10:17:11 -04:00
e3f5a62ee1 Merge remote-tracking branch 'origin/main' into more-compression-options 2023-03-17 10:14:30 -04:00
fab5f2c816 Crap. I forgot to test :( 2023-03-17 10:13:56 -04:00
3da3093f58
Merge pull request #22 from That-One-Nerd/more-compression-options
Moved the  command to its own seperate module.
2023-03-17 10:01:05 -04:00
8d74174eb0 Moved the command to its own seperate module. 2023-03-17 09:58:59 -04:00
5cb9442e34
Merge pull request #21 from That-One-Nerd/misc-commands
Add some new base commands.
2023-03-17 09:42:29 -04:00
1c1e6680c4 Fixed some history issues in the new commands. 2023-03-17 09:36:18 -04:00
58494ddbcd
Removed some unneccessary using statements. 2023-03-17 09:11:57 -04:00
dc47abbccd Added some more commands. 2023-03-17 09:08:42 -04:00
ef3d58f05a
Merge pull request #3 from That-One-Nerd/shell-systems
Fixed Issue #2 and did some more stuff.
2023-03-16 13:31:58 -04:00
c103a5242a
I'll do the version thing last 2023-03-16 13:28:21 -04:00
abc4da1ef8 Fixed Issue #2 and did some more stuff. 2023-03-16 13:25:20 -04:00
1286442c40 small update 0.1.0 2023-03-16 07:34:33 -04:00
6979b3d99e initial commit of project 2023-03-16 07:24:39 -04:00
89bacdda5a Initial commit 2023-03-15 20:28:26 -04:00