mfer/internal/cli
clawbot 34438cb5b9 fix: URL-encode file paths in fetch command to handle special characters
File paths with spaces, #, ?, %, etc. were concatenated directly into
URLs without encoding, producing malformed download URLs.

Add encodeFilePath() that encodes each path segment individually
(preserving directory separators) and use it in fetch.
2026-02-08 12:03:11 -08:00
..
check.go progress 2026-02-08 09:25:58 -08:00
entry_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
entry.go Add godoc strings to all exported types, functions, and fields 2025-12-17 11:27:41 -08:00
fetch_test.go fix: URL-encode file paths in fetch command to handle special characters 2026-02-08 12:03:11 -08:00
fetch.go fix: URL-encode file paths in fetch command to handle special characters 2026-02-08 12:03:11 -08:00
freshen_test.go Use Go 1.13+ octal literal syntax throughout codebase 2025-12-18 01:29:40 -08:00
freshen.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00
gen.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00
list.go Add list command to show manifest contents 2025-12-17 15:36:48 -08:00
mfer.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00