jj/cli
Reilly Brogan 1080396831
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-24.04) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
cli: Default to nano editor on Linux
The pico text editor is effectively absent from the majority of Linux
distributions, having been replaced with nano by virtually all of them.
Some distros have symlinks for `pico` that point to `nano`, but not all
of them. Using nano as the fallback option has a much lower chance of
failure than pico.

Co-authored-by: Remo Senekowitsch <remo@buenzli.dev>
2025-09-04 14:52:36 +00:00
..
examples working_copy: Move conlfict_marker_styles to TreeState 2025-09-03 00:40:52 +00:00
src cli: Default to nano editor on Linux 2025-09-04 14:52:36 +00:00
testing cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
tests cli: Default to nano editor on Linux 2025-09-04 14:52:36 +00:00
build.rs build.rs: separate commit ids if compiling at a merge commit 2025-07-08 02:38:21 +00:00
Cargo.toml cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE