-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package SynoCLI-file #3598
Package SynoCLI-file #3598
Conversation
3d9251c
to
ae55955
Compare
36be8e8
to
b0ebacc
Compare
|
b0ebacc
to
3a8309b
Compare
@ymartin59 I think I've fixed I'd like to pick your brain on some design questions with this package:
Any other suggestions or comments more than welcome, too. |
@m4tt075 You have same questions than me... Here are my proposals:
|
3a8309b
to
549cd00
Compare
@ymartin59 I've integrated
I have now simply "fixed" this by aligning the 'nano' dependency to 'ncursesw'. Now the |
@m4tt075 I really wonder what was the initial need to split ncurses/ncursesw. For a reason I do not explain I had to switch Python 3 from ncurses to ncursesw (and so readline) to get it build over latest master - #3562 |
Part of the answer, "cross/ncursesw" has been introduced in 2012 for Midnight Commander. |
@ymartin59 I have no idea unfortunately, just used "trial and error" to see what compiles... For an overview of what we currently have, here the dependencies in
|
@ymartin59 History repeating: See #2121. I haven't found the referenced PR though... |
@ymartin59 Just looked at this again but still stuck. Any further thoughts from you on how to proceed here based on the additional information I referenced above? |
@m4tt075 Sure I will help as soon as I am available for it... Problem is that Python 3.6 is on fire right now. |
3dd661e
to
b599ad8
Compare
- jdupes 1.13.2 - less 530 - tree 1.8.0 - rhash 1.3.8 - mc 4.8.23 - ncdu 1.14.1 - nano 4.4 - change nano dependency from ncurses to ncursesw - some fixes
b599ad8
to
7f9395a
Compare
@ymartin59 How shall I create my pull request? I have my work in progress already finished that implements the synocli-file package with some enhancements over this PR.
How can I apply my changes to this PR? - or shall I create a new PR? - or shall I wait until this PR is merged and then create a new PR? Appreciate any hint. |
AFAIC, feel free to open a new PR and just close mine, if you want to... |
@hgy59 I have just merged to master to keep track of all contributions included in that package. You should be able to rebase your own branch over it and submit a PR from the result. |
Very kind. Thanks @ymartin59. |
Great project! What about including the latest version of jdupes? ;-) |
Motivation: Provide supplementary package of file management tools for the Synology Command Line Interface, i.e.
less
(credits to alt219 for initial PR)tree
(credits to MrSpoocy for initial PR)jdupes
(credits to jbruchon for initial PR)rhash
(credits to fredrike for initial PR)mc
nano
ncdu
Linked issues: #3250, and reference contained therein, i.e. #2075, #2818, #3242, #2257, #3030, #2823 #2944
Checklist
all-supported
completed successfully