Skip to content

[feature request] LinuxDir2HTML as a custom action #24

@dmiranda12

Description

@dmiranda12

A while ago I adopted this nifty tree script (https://forums.linuxmint.com/viewtopic.php?p=1616323) to do dirhtml as a custom action in XFCE. Nothing fancy

#!/bin/dash
for i in "$@"; do
tree "$i" --si --sort=name -H "$i" -o ~/"$(basename "$i")".html
xdg-open ~/"$(basename "$i")".html
done
exit

I'm planning to use your app to replace tree in it. Any advice on how to go about it, given LinuxDir2HTM features/switches?

Thank you and cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions