This website requires JavaScript.
d248f7d17b
Remove Default
constraint on Cmd
trait and begin removing derive(Default) from applets
odin
Nathan Fisher
2023-04-17 23:27:57 -0400
edbabc11c1
Add tests for truncate applet
Nathan Fisher
2023-04-17 23:01:43 -0400
97679e43a6
Finish truncate applet (untested)
Nathan Fisher
2023-04-17 22:40:49 -0400
8e302f3f85
Add WIP truncate applet
Nathan Fisher
2023-04-17 22:11:02 -0400
8c2f7f39e4
update deps
Nathan Fisher
2023-04-04 14:03:32 -0400
a16a77148d
Add who
utility
Nathan Fisher
2023-03-14 22:17:46 -0400
226bc46888
Add touch
applet
Nathan Fisher
2023-02-24 19:07:53 -0500
44914ced6f
Broke stat
out into workspace crate; Reduced clap features for smaller size;
Nathan Fisher
2023-02-21 00:07:16 -0500
102678015b
Fixed clippy lints
Nathan Fisher
2023-02-20 23:00:35 -0500
5a7c2008b5
Add df
applet; Finalize some bootstrap details;
Nathan Fisher
2023-02-17 19:01:30 -0500
888cc3272b
Fix bootstrap
for all commands
Nathan Fisher
2023-02-13 10:38:02 -0500
423592973f
Revert "Fix bootstrap for all three binaries"
Nathan Fisher
2023-02-13 10:32:36 -0500
0450cdfee6
Fix bootstrap for all three binaries
Nathan Fisher
2023-02-13 10:30:46 -0500
83fcb52d80
Use errno
workspace crate for mount
and stat
workspace crates
Nathan Fisher
2023-02-13 00:41:58 -0500
05ce5422c0
Add errno
workspace crate, fix error handling in unistd
workspace crate
Nathan Fisher
2023-02-13 00:26:13 -0500
dca08c34bb
Add unix-mode (previously a submodule)
Nathan Fisher
2023-02-10 21:59:07 -0500
ebebf2b4e5
Add swapoff
applet
Nathan Fisher
2023-02-08 16:20:25 -0500
565e2c52d4
Add swaplabel
applet
Nathan Fisher
2023-02-07 10:34:09 -0500
29af667a0f
utilbox/umount - add lazy
flag, iter through mnt entries in one pass to filter chosen entries when using all
options
Nathan Fisher
2023-02-07 00:13:42 -0500
a468b09816
utilbox/umount - use Vec::retain instead of iter/filter/collect
Nathan Fisher
2023-02-06 23:08:46 -0500
39c3803acb
Add utilbox
binary and umount
applet; Move blkid
mountpoint
and clear
applets into utilbox
Nathan Fisher
2023-02-06 18:57:28 -0500
06b88d2c24
Refactoring: - Split into workspace crates - Split into two binaries corebox
and hashbox
- Add mount
crate to workspace to prepare for third binary utilbox
Nathan Fisher
2023-02-05 23:50:59 -0500
59b80e3b85
Add ln
applet (untested); Switch to _at versions of certain syscalls due to not existing for every platform
Nathan Fisher
2023-02-05 00:51:11 -0500
859071698a
Use args::file()
for input spec - base32/base64/rev
Nathan Fisher
2023-02-04 11:20:45 -0500
aa89efe63a
Do not display default value of "-" for input in hash applets
Nathan Fisher
2023-02-04 11:12:32 -0500
f0099a2958
Add b2sum
applet - switch to blake2b_simd
crate to get around limitations of blake2
crate, which will not accept a non-const numerical specifier for length
Nathan Fisher
2023-02-04 11:06:24 -0500
6b30c356dd
Change Cmd::Run
signature to take &clap::Options
instead of Option<&clap::Options>
- saves 10k
Nathan Fisher
2023-02-04 08:54:27 -0500
5fd1bb1220
Add sha284sum
and sha512sum
applets
Nathan Fisher
2023-02-04 01:06:54 -0500
5e0c1141ef
Create generic hash
module; Add sha1sum
, sha224sum
and sha256sum
applets
Nathan Fisher
2023-02-04 00:56:02 -0500
8df1f99f70
Add md5sum
applet
Nathan Fisher
2023-02-03 19:12:40 -0500
bcb5725a5c
Add unistd::symlink function
Nathan Fisher
2023-02-02 23:47:46 -0500
6963ba4a4b
Convert several commands to use raw system calls instead of libc functions
Nathan Fisher
2023-02-02 23:34:37 -0500
fcc8abb67b
Remove some allocations
Nathan Fisher
2023-01-27 00:15:04 -0500
754f604603
Add mktemp
applet
Nathan Fisher
2023-01-24 00:51:36 -0500
5076dcc350
Add hostid
applet
Nathan Fisher
2023-01-23 10:17:17 -0500
3ef3a8b3aa
Use Bitflags
trait and Bit
enum in which
applet; Move Bit
and Who
enums out of mode
module into submodules
Nathan Fisher
2023-01-23 09:39:02 -0500
6c0b7cb787
Use Bitflags
trait in mode::Parser
Nathan Fisher
2023-01-23 09:10:08 -0500
71915916a0
Add wc
applet; Add Bitflags
trait;
Nathan Fisher
2023-01-23 00:43:54 -0500
9a7af682b7
Add readlink
applet
Nathan Fisher
2023-01-22 10:24:21 -0500
7630e016c9
Add realpath
applet
Nathan Fisher
2023-01-22 00:26:26 -0500
862ad82b47
Add chroot
applet
Nathan Fisher
2023-01-21 20:55:59 -0500
eeb9a61fa3
Add logname
applet
Nathan Fisher
2023-01-21 19:34:02 -0500
d92cb9f208
Add printenv
applet
Nathan Fisher
2023-01-21 19:20:30 -0500
9df197a4b9
Add chgrp
applet; Add args
module for commonly used args to increase consistency
Nathan Fisher
2023-01-21 18:25:09 -0500
f68ae6df91
chmod - implement quiet
Nathan Fisher
2023-01-21 09:11:54 -0500
71a9f8839a
Add mknod
applet (untested)
Nathan Fisher
2023-01-21 01:54:52 -0500
e9e9c53f19
Add mkfifo
applet
Nathan Fisher
2023-01-20 23:53:28 -0500
091bf713bd
Add pwd
applet
Nathan Fisher
2023-01-20 22:46:16 -0500
0453acd0de
Add chmod
applet (untested)
Nathan Fisher
2023-01-20 12:08:04 -0500
e648a8a83a
Cleanup chown
applet
Nathan Fisher
2023-01-19 19:08:09 -0500
7fc064a441
chown - Removed several clones
Nathan Fisher
2023-01-18 21:45:18 -0500
3016f4c234
Add chown
applet (untested not optimized)
Nathan Fisher
2023-01-18 21:42:11 -0500
fcf416ea3b
Add rm
to applet list on README
Nathan Fisher
2023-01-17 17:46:05 -0500
3c27255c5b
Fix previous fix - doh!
Nathan Fisher
2023-01-17 17:39:50 -0500
b94ebaa4bd
rm - fix interactive prompts
Nathan Fisher
2023-01-17 17:39:01 -0500
8a14cfb590
Add rm
applet
Nathan Fisher
2023-01-17 17:27:41 -0500
f7b7fcca16
Add rmdir
applet
Nathan Fisher
2023-01-16 23:44:21 -0500
1ff61def39
New trait Mode
, currently just prints the symbolic representation of a Unix mode, as extracted from u32
Nathan Fisher
2023-01-16 22:30:12 -0500
97d4fe1947
Relicensed as GPL3, improved documentation and CONTRIBUTING
Nathan Fisher
2023-01-16 19:03:25 -0500
7da63bb1b5
Improve docs
Nathan Fisher
2023-01-16 18:28:37 -0500
e9819b6228
More test coverage fixed some logic errors; Impl BitAnd, BitAndAssign, BitOr and BitOrAssign for Bit and Who enums against u32
Nathan Fisher
2023-01-16 17:45:16 -0500
528d2478cd
mode::Parser - made self.who into u32 and test using bitflags
Nathan Fisher
2023-01-16 16:22:29 -0500
bee6cdf08e
Add mode::parser::parse_all method
Nathan Fisher
2023-01-16 00:45:17 -0500
735c5bb8e8
mode::parser - add tests, fix failures
Nathan Fisher
2023-01-16 00:30:21 -0500
4724041d90
Simplify parser
Nathan Fisher
2023-01-15 22:37:11 -0500
962a9c53b6
mode: move Parser into separate module
Nathan Fisher
2023-01-15 12:10:36 -0500
b52787280b
Finished mode parser (untested)
Nathan Fisher
2023-01-15 12:05:20 -0500
28d7b4c624
Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/shitbox into odin
Nathan Fisher
2023-01-15 09:35:34 -0500
9ddebe1873
Minor changes to unlink
applet
Nathan Fisher
2023-01-15 09:22:02 -0500
c727a1b6f8
Add mode::Parser and constructors
Nathan Fisher
2023-01-15 01:28:57 -0500
68a4c08fe9
Moved chmod
module to mode
; Added some types to mode
Nathan Fisher
2023-01-15 01:13:18 -0500
c6e162ebc8
Added doc comments
Nathan Fisher
2023-01-14 10:36:08 -0500
b401aaad47
Fixed some Clippy lints
Nathan Fisher
2023-01-14 02:34:27 -0500
3ffcdb54ed
Add cut
applet
Nathan Fisher
2023-01-14 02:08:14 -0500
5560cf55a9
Add sync
applet
Nathan Fisher
2023-01-13 12:09:10 -0500
a8c8ba5819
Simplified Cmd trait, trimmed 600K from binary size
Nathan Fisher
2023-01-13 01:08:32 -0500
76e7036da9
Add link
applet
Nathan Fisher
2023-01-12 19:00:16 -0500
2f58e82de2
Added groups
and clear
applets
Nathan Fisher
2023-01-12 18:33:41 -0500
d77387f963
Add pw
module for user and group information; which - check if our user can exec found file
Nathan Fisher
2023-01-11 20:50:20 -0500
cbe8b09c64
Removed a brand name before making public
Nathan Fisher
2023-01-10 18:32:27 -0500
4d9cbbd413
Add which
applet
Nathan Fisher
2023-01-10 18:28:33 -0500
315ee56e25
Add whoami
applet
Nathan Fisher
2023-01-09 18:39:38 -0500
0513cdef2e
Add fold
utility
Nathan Fisher
2023-01-08 11:40:08 -0500
1e1e909afe
Added basename
applet
Nathan Fisher
2023-01-08 01:12:36 -0500
f70244ea49
Add nproc applet
Nathan Fisher
2023-01-07 18:50:18 -0500
991e19bcbc
Added yes
applet
Nathan Fisher
2023-01-07 18:30:22 -0500
3857265728
Added rev
applet
Nathan Fisher
2023-01-07 11:44:35 -0500
e3071e5707
Updated CONTRIBUTING.md
Nathan Fisher
2023-01-06 23:53:41 -0500
fb389fd309
Simplify subcommand parsing: - one match statement to return a Box<dyn Cmd>
- one array containing all command names Only two places to register new commands (besides their module), both in crate::cmd::mod.rs. Also removes once_cell
crate dependency.
Nathan Fisher
2023-01-06 23:41:02 -0500
84ede35190
Finish mountpoint applet
Nathan Fisher
2023-01-05 19:20:12 -0500
6b6cc314e8
Added color to base64 file header; Ran clippy lints and fixed all but missing docs;
Nathan Fisher
2023-01-04 15:14:16 -0500
36835dd322
Added colored output for head and base32 applets (file header is green)
Nathan Fisher
2023-01-04 14:26:44 -0500
dff8561875
Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/shitbox into odin
Nathan Fisher
2023-01-03 23:21:42 -0500
9f9182f4cd
Add base64 applet
Nathan Fisher
2023-01-03 23:02:43 -0500
95b781ae9a
Fix some clippy lints
Nathan Fisher
2023-01-03 19:47:00 -0500
829dad2c5f
Added factor applet
Nathan Fisher
2023-01-03 12:49:09 -0500
2bce4afe7a
Added dirname command; Fix wrap for base32; Various cleanups;
Nathan Fisher
2023-01-01 11:26:56 -0500
2510f80303
Head - allow head -1
type arguments
Nathan Fisher
2022-12-29 23:20:55 -0500
2995e4a3cb
Added 'panic = abort' to release profile
Nathan Fisher
2022-12-28 22:48:23 -0500
727c75d9a0
Added base32 command
Nathan Fisher
2022-12-26 23:44:53 -0500