numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

[FEATURE] remove command to also work with directories #224

Closed mstranne closed 2 weeks ago

mstranne commented 2 months ago

DESCRIPTION

What does your feature request improve on? Please describe. Currently it is not possible to delete directories. This is useful for some cases.

Describe the solution you'd like To be also able to specify directories at the remove command. Maybe also add the most common parameters like the cmd rm command (-f, -r,..)

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

General code for removing folders is already available. Might need some dedicated logic in the end, but is likely to be an easy feature.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST