Luna/utils
apio 140910763e
All checks were successful
Build and test / build (push) Successful in 1m56s
all: Reorder directory structure
Why are command-line utilities stored in "apps"?
And why are apps like "editor" or "terminal" top-level directories?
Command-line utilities now go in "utils".
GUI stuff now goes in "gui".
This includes: libui -> gui/libui, wind -> gui/wind, GUI apps -> gui/apps, editor&terminal -> gui/apps...
System services go in "system".
2024-07-21 13:24:46 +02:00
..
arch.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
base64.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
cat.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
chmod.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
chown.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
CMakeLists.txt all: Reorder directory structure 2024-07-21 13:24:46 +02:00
cp.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
date.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
edit.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
env.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
free.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
kill.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
ln.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
login.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
ls.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
mkdir.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
mktemp.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
mount.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
ps.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
rm.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
sha256sum.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
stat.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
su.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
sysfuzz.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
time.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
touch.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
umount.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
uname.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00