├── .github └── FUNDING.yml ├── LICENSE.md ├── README.md ├── conf.d └── __async_prompt.fish └── images ├── demo.png ├── loading-indicator-demo1.webp ├── loading-indicator-demo2.webp └── loading-indicator-demo3.webp /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: acomagu 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/README.md -------------------------------------------------------------------------------- /conf.d/__async_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/conf.d/__async_prompt.fish -------------------------------------------------------------------------------- /images/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/images/demo.png -------------------------------------------------------------------------------- /images/loading-indicator-demo1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/images/loading-indicator-demo1.webp -------------------------------------------------------------------------------- /images/loading-indicator-demo2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/images/loading-indicator-demo2.webp -------------------------------------------------------------------------------- /images/loading-indicator-demo3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acomagu/fish-async-prompt/HEAD/images/loading-indicator-demo3.webp --------------------------------------------------------------------------------