Christian Visintin
974b6d6917
feat(gcs): add Google Cloud Storage support ( #443 )
...
* feat(gcs): add Google Cloud Storage support
Closes #436
* fix: honor configured protocol and finalization errors
* ci: remove TruffleHog checks
2026-08-30 18:58:17 +02:00
Christian Visintin
afbc74113f
ci: migrate project automation to Just ( #442 )
...
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
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
Christian Visintin
f066d6a387
chore(readme): remove current version
2026-06-08 10:43:35 +02:00
Christian Visintin
2a7d48a92b
ci: unify os workflows into one
2026-06-08 10:16:00 +02:00
Christian Visintin
82141e7f2b
chore: remove ko-fi
2026-06-08 10:16:00 +02:00
Christian Visintin
726443ae21
docs: fix update command (termscp update, not --update) in READMEs
2026-06-08 10:16:00 +02:00
Christian Visintin
c24f08691d
docs: drop extra language docs/READMEs, point manual links to docs.termscp.rs
2026-06-08 10:16:00 +02:00
Christian Visintin
f92cb93755
feat(install): add Windows PowerShell installer and copy buttons on site
...
Add install.ps1 mirroring install.sh for Windows: arch detection,
release zip download, binary extraction, user PATH update.
- copy install.ps1 to site public/ at build time (copy-install.mjs)
- serve /install.ps1 with text/plain Content-Type (vercel.json)
- add PowerShell one-liner to install page and README
- bump install.ps1 default version in bump_version.sh
- add CopyButton component next to every install command line
2026-06-08 10:16:00 +02:00
Christian Visintin
3ee21aba2f
docs: point READMEs to termscp.rs + install.sh, docs.termscp.rs
2026-06-08 10:16:00 +02:00
Christian Visintin
0ad18ea5e7
chore: update release date
Close inactive issues / close-issues (push) Has been cancelled
codeberg-mirror / mirror (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
Linux / build-linux (push) Has been cancelled
MacOS / build-macos (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Windows / build-windows (push) Has been cancelled
2026-04-18 22:25:40 +02:00
Christian Visintin
18314e6a2e
chore: 1.0.0 version into manifests
2026-04-19 01:54:46 +05:30
Christian Visintin
155f747563
docs: date
2025-12-20 17:12:50 +01:00
Christian Visintin
b04976bde3
fix: Updated dependencies to allow build on NetBSD
...
closes #371
2025-12-20 16:33:50 +01:00
veeso
abb5c212c5
feat: Merge branch '0.19.0'
2025-11-11 12:19:21 +01:00
veeso
2cb600083e
docs: Release date
2025-11-10 16:44:24 +01:00
veeso
05830db206
docs: User manual and get started links
Install.sh / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Linux / build (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled
2025-09-16 10:36:17 +02:00
veeso
3c79e812eb
build: 0.19 deps
2025-09-06 16:40:01 +02:00
veeso
df03c5c1bf
feat: 0.18
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
2025-06-10 14:29:02 +02:00
Christian Visintin
c0b32a1847
feat: Replaced the Exec popup with a fully functional terminal emulator ( #348 )
...
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run
* feat: Replaced the `Exec` popup with a fully functional terminal emulator
closes #340
* fix: colors and fmt for terminal
* feat: Handle exit and cd on terminal
* fix: Fmt pah
2025-06-10 13:17:20 +02:00
veeso
783da22ca2
feat: **Updated dependencies** and updated the Rust edition to 2024
2025-06-08 18:00:42 +02:00
veeso
da75912d26
docs: version
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run
2025-03-23 15:59:50 +01:00
Christian Visintin
ec75ae1486
feat: 132 queuing transfers ( #332 )
...
the logic of selecting files has been extended!
From now on selecting file will put the files into a transfer queue, which is shown on the bottom panel.
When a file is selected the file is added to the queue with a destination path, which is the **current other explorer path at the moment of selection.
It is possible to navigate to the transfer queue by using `P` and pressing `ENTER` on a file will remove it from the transfer queue.Other commands will work as well on the transfer queue, like `COPY`, `MOVE`, `DELETE`, `RENAME`.
closes #132
2025-03-23 14:36:13 +01:00
veeso
a4906b129a
docs: veeso.me instead of veeso.dev
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run
2025-03-17 09:31:44 +01:00
veeso
f2efb25ad7
fix: 0.16.1
Install.sh / build (push) Waiting to run
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run
2024-11-12 12:34:26 +01:00
veeso
0ec6bcbcef
fix: 0.16
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Linux / build (push) Has been cancelled
2024-10-14 11:40:45 +02:00
veeso
a4c9acb49f
feat: version 0.16
2024-10-05 17:41:40 +02:00
veeso
e4af014013
fix: readme
2024-10-03 17:56:51 +02:00
veeso
4bfec52ba5
fix: set date
2024-10-03 17:12:45 +02:00
veeso
72a5703a08
fix: keyring test not passing macos
2024-10-02 10:09:09 +02:00
veeso
17719ea370
feat: init 0.15
2024-09-30 12:06:03 +02:00
veeso
47ff07e496
feat: termscp 0.14
2024-07-17 16:22:53 +02:00
Christian Visintin
f757336d75
feat: kube protocol support ( #267 )
2024-07-17 11:59:30 +02:00
veeso
e5172d4207
fix: sorted flags in readme
2024-07-08 15:24:42 +02:00
Hartur Alcantara
54a8317d0e
Adding Brazilian Portuguese translation ( #253 )
2024-05-08 08:52:34 +02:00
Orhun Parmaksız
3a46aa74f9
chore: update tui-rs references to ratatui ( #244 )
2024-04-18 15:59:31 +02:00
Orhun Parmaksız
aca5b37898
docs: update Arch Linux instructions ( #243 )
2024-04-17 19:26:35 +02:00
veeso
44051ec718
feat: termscp 0.13.0
2024-03-02 19:28:01 +01:00
Christian Visintin
c7469b8594
feat: WebDAV support ( #235 )
2024-03-02 19:23:27 +01:00
Christian Visintin
679a829744
233 feature request subcommands ( #234 )
2024-03-01 10:01:25 +01:00
PIRADATA
2a51ab984c
update linux installation command from termscp.veeso.dev/get-started.html ( #223 )
2023-12-15 18:53:45 +01:00
Christian Visintin
2b15a23fe8
Update README.md
2023-11-15 21:50:49 +01:00
veeso
ef8dbb6305
0.12.3
2023-10-06 09:19:03 +02:00
veeso
182bbb94a2
0.12.2
2023-10-01 16:12:47 +02:00
veeso
2f48c765e3
termscp 0.12.0
2023-07-06 16:17:33 +02:00
Renan Dorneles Schuquel
00a6c53178
Fix: Some URL typos on 'install.sh' and 'README.md'. ( #197 )
...
Co-authored-by: rschuquel <renan.schuquel@unimedvtrp.com.br >
2023-06-23 21:54:38 +02:00
veeso
4394941c71
fix: readme site links
2023-05-20 15:01:22 +02:00
veeso
afba6c32c5
fix: release date
2023-05-16 15:52:50 +02:00
veeso
4cbba3f3cb
fix: release date
2023-05-13 18:11:07 +02:00
Christian Visintin
b7369162d2
SMB support ( #184 )
...
* feat: smb client
* fix: smb connection
* fix: smbclient deps
* feat: SMB mentions to user manual
* feat: changelog
* dlib macos
* fix: removed smb support from macos :(
* fix: restored libsmbclient build
* fix: strange lint message
* fix: macos build smb
* fix: macos build smb
* fix: macos tests
* fix: macos lint
* feat: SMB windows support
* fix: windows tests
2023-05-13 15:00:16 +02:00
Christian Visintin
a13663e5e9
Brew Linux support ( #185 )
...
* feat: brew linux and arm installation
* fix: updated website refs to termscp.veeso.dev
* feat: added brew installation to website
2023-05-12 17:06:27 +02:00