minimal extui fuzzy finder for neovim
Shell 60.0%
Nix 31.7%
Makefile 5.0%
Dockerfile 3.3%
16 2 0

Clone this repository

https://tangled.org/robinwobin.dev/artio.nvim https://tangled.org/did:plc:khzb5upklnupwpxllpbmrv5a/artio.nvim
git@tangled.org:robinwobin.dev/artio.nvim git@tangled.org:did:plc:khzb5upklnupwpxllpbmrv5a/artio.nvim

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

ebil - ebil.club cli#

usage#

push your site files to ebil.club:

ebil push --site robin.ebil.club dist/

pull your site from ebil.club to a local directory:

ebil pull --site robin.ebil.club site/

installation#

simply install using make:

sudo make install

or install for user:

PREFIX="$HOME/.local" make install

or run using ✨ nix ✨ :

nix run git+https://codeberg.org/comfysage/ebil.git --

env#

you can set certain options using environment variables.

env option
EBIL_SITE="robin.ebil.club" --site robin.ebil.club
EBIL_PATH="dist/" --path dist/
EBIL_HOST="ebil.club"
EBIL_REMOTE="/var/ebil.club/${name}/${site}"

note#

specify options before regular arguments.