Skip to content
#

commands

Here are 401 public repositories matching this topic...

mk-pmb
mk-pmb commented Nov 9, 2016

Most command examples currently shown do the operation way worse than what I'd expect thunar would do (and afair, does). Here's an attempt at fixing the most obvious differences.

-cp readme.txt documents
+cp --verbose --no-clobber --no-dereference --target-directory='documents' -- 'readme.txt'

stop right click and duplicate file

A core feature of the duplicate command is

carlbordum
carlbordum commented Nov 29, 2018

Issue #30 made me realise that manly only works on english man pages. Luckily it appears to only be the case, because of the regex here https://github.com/carlbordum/manly/blob/master/manly.py#L154 that parses the title/NAME.

Currently it crashes with the rather cryptic error

Traceback (most recent call last):
  File "manly.py", line 191, in <module>
    main()
  File "manly.py", lin

Improve this page

Add a description, image, and links to the commands topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commands topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.