├── LICENSE ├── README.md ├── bin ├── pfx ├── sfx └── z ├── completions └── z.bash └── configs ├── Copy z-llm.json to your HOME .config directory ├── it is not currently platform independent └── z-llm.json--example.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/README.md -------------------------------------------------------------------------------- /bin/pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/bin/pfx -------------------------------------------------------------------------------- /bin/sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/bin/sfx -------------------------------------------------------------------------------- /bin/z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/bin/z -------------------------------------------------------------------------------- /completions/z.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/completions/z.bash -------------------------------------------------------------------------------- /configs/Copy z-llm.json to your HOME .config directory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/it is not currently platform independent: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/z-llm.json--example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaggzh/z-old/HEAD/configs/z-llm.json--example.json --------------------------------------------------------------------------------