orrisroot
5bdf837941
feat(doi): add DOI-based path access for commands
...
Support accessing repositories using DOI strings with optional subpaths
across ls, download, metadata, and file-metadata commands.
- Implement GET v3/doi/{id}/ API model and client calls
- Parse and resolve DOI paths into respective folder and files
- Extract common folder and file resolution logic to shared helpers
- Update README with example DOI-based shell commands
2026-06-12 01:28:40 +09:00
orrisroot
ddb4300d85
feat(config): simplify list command and add subcommand aliases
...
- config list: remove -l/--long option, always display URL
- config list: add ls alias (already existed, kept)
- config delete: add rm alias (alongside existing remove alias)
- README: add config update, config list, config delete sections
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-17 18:59:07 +09:00
orrisroot
68670a6588
fix(ls): rename --quick to --quiet; add version command; bump to 1.3.14
...
- Fix ls -q long option name: --quick → --quiet (typo fix)
- Remove mdrsclient/VERSION file; read version via importlib.metadata
- Bump version 1.3.13 → 1.3.14
- Add Python 3.14 to supported classifiers; promote to Development Status 4 - Beta
- Add `version` subcommand (prints "mdrs <version>")
- Document `version` command in README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-17 17:41:37 +09:00
orrisroot
ab7cd1b885
update version to 1.3.8.
2024-09-18 11:24:06 +09:00
orrisroot
f2c5a06cb4
implemented --exclude argument for download subcommand.
2024-07-22 14:35:34 +09:00
orrisroot
020ef8835a
fixed bug to upload large file.
2024-07-04 12:33:57 +09:00
orrisroot
c3e2dfbd8e
add -u and -p option to login commnand.
2024-02-09 18:22:13 +09:00
orrisroot
905577fe74
introduced poetry and update vscode related environments.
2023-10-04 11:29:08 +09:00
orrisroot
4d87b55b40
add new command cp.
2023-07-20 11:43:07 +09:00
orrisroot
3012dc542c
add recursively and json output examples.
2023-06-06 22:23:14 +09:00
orrisroot
b4780dd069
update readme to add description of chacl command.
2023-05-11 17:04:05 +09:00
orrisroot
995e4cc467
add -p option for support to open PW_OPEN folder.
2023-05-10 20:10:43 +09:00
orrisroot
97007233c6
split source code for each command.
2023-05-10 18:17:35 +09:00
orrisroot
0281dd2ccb
update document and remove debug code.
2023-05-09 19:45:03 +09:00
orrisroot
819c4a6a07
first commit
2023-05-01 20:00:32 +09:00