mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-21 20:18:09 +02:00
feat(filesystem): add PageIndex filesystem shell
This commit is contained in:
parent
7592163e2a
commit
74d0600261
24 changed files with 11373 additions and 4 deletions
6
pifs-cli
Executable file
6
pifs-cli
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
from pageindex.filesystem.cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue