├── .github └── workflows │ └── ci.yml ├── .gitignore ├── AUTHORS ├── GNUmakefile ├── README.md ├── example.jsonl ├── screenshot.png ├── tests ├── dir1 │ ├── bar.html │ ├── foo.txt │ ├── nulls │ ├── tiny.gif │ └── tiny.png ├── dir2 │ └── bad.html └── tests.tcl ├── tinyfts-dev.tcl ├── tools ├── dir2jsonl ├── import ├── titlecat └── wrap └── vendor ├── tacit └── tacit.css └── wapp └── wapp.tcl /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/AUTHORS -------------------------------------------------------------------------------- /GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/GNUmakefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/README.md -------------------------------------------------------------------------------- /example.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/example.jsonl -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/screenshot.png -------------------------------------------------------------------------------- /tests/dir1/bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/tests/dir1/bar.html -------------------------------------------------------------------------------- /tests/dir1/foo.txt: -------------------------------------------------------------------------------- 1 | Foo. -------------------------------------------------------------------------------- /tests/dir1/nulls: -------------------------------------------------------------------------------- 1 | c`@ -------------------------------------------------------------------------------- /tests/dir1/tiny.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/tests/dir1/tiny.gif -------------------------------------------------------------------------------- /tests/dir1/tiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/tinyfts/HEAD/tests/dir1/tiny.png -------------------------------------------------------------------------------- /tests/dir2/bad.html: -------------------------------------------------------------------------------- 1 |