feat(filesystem): add PageIndex filesystem shell

This commit is contained in:
BukeLy 2026-05-26 01:41:57 +08:00
parent 7592163e2a
commit 74d0600261
24 changed files with 11373 additions and 4 deletions

6
pifs-cli Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from pageindex.filesystem.cli import main
if __name__ == "__main__":
raise SystemExit(main())