consult-snapfile
Instant file finding for Emacs, written in Rust
File Explorer
- release.yml
- test.yml
- consult-snapfile.el
- history.el
- integration.el
- reconnect.el
- websocket.el
- consult-snapfile-history.el
- consult-snapfile-server.el
- consult-snapfile.el
- fd.rs
- main.rs
- matcher.rs
- protocol.rs
- search.rs
- server.rs
- watcher.rs
- integration.rs
- .actrc
- .gitattributes
- .gitignore
- build.sh
- Cargo.lock
- Cargo.toml
- README.md
- test.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
