Files
termscp/.github/ISSUE_TEMPLATE/bug_report.md
T
Christian Visintin afbc74113f
Deploy docs to GitHub Pages / deploy (push) Has been cancelled
Site / build-site (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
CI / toolchain (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / install-scripts (push) Has been cancelled
CI / crates-ubuntu-latest (push) Has been cancelled
CI / crates-windows-latest (push) Has been cancelled
CI / doc (push) Has been cancelled
CI / deny (push) Has been cancelled
CI / crates-macos-latest (push) Has been cancelled
ci: migrate project automation to Just (#442)
* ci: migrate project automation to Just

Centralize build, test, release, dependency, hook, and website commands in Just recipes. Pin workflow tooling, use the repository toolchain, and run the complete validation set in CI.

* ci: codex being codex

* docs: update CLAUDE.md for just task runner migration

Reflect the switch to just recipes for build/test/clippy/fmt, note
dprint replacing raw rustfmt, and add a cross-platform code requirement.

* fix: resolve clippy warnings breaking CI on ubuntu and windows

Use clone() instead of implicit to_string() on already-owned String
values, gate the windows-only unused make_file_at import behind
cfg(posix), and fix unused mut / manual assign-op in the windows-only
localhost test.

* fix: fmt
2026-08-28 19:29:58 +02:00

753 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Create a report of the bug you've encountered [BUG] - ISSUE_TITLE bug veeso

Description

A clear and concise description of what the bug is.

Steps to reproduce

Steps to reproduce the bug you encountered

Expected behaviour

A clear and concise description of what you expected to happen.

Environment

  • OS: [e.g. GNU/Linux Debian 10]
  • Architecture [Arm, x86_64, ...]
  • Rust version
  • termscp version
  • Protocol used
  • Remote server version and name

Log

Report the snippet of the log file containing the unexpected behaviour. If there is any information you consider to be confidential, shadow it.

Additional information

Add any other context about the problem here.