Paul Ruane

Results 17 issues of Paul Ruane

In an email, Victoria Stuart asked: > Does tmsu support wildcard expressions? E.g., for tagging? searches? To which I had to reply 'no'. From what I gathered Victoria wanted to...

enhancement

Currently TMSU shows file paths based on a rather opaque complexity metric. Paths are show relative to the working directory, except where they live more than one step above the...

enhancement

tmsu repair old/path new/path Where `new/path` is a symbolic link to `actual/path` results in the path in the database being updated to `new/path` rather than `actual/path`. Also need to add...

bug

Currently the option parsing facility cannot capture option relationships which means invalid option combinations are not detected generally: instead these have to be checked for explicitly by each command. There...

enhancement

Currently you can create tags (without tagging any files) using the `tag` subcommand: ``` $ tmsu tag --create sometag ``` This effectively says "_create_ a _tag_ called 'sometag'". Contrast this...

enhancement

``` $ tmsu tag /home/paul/somefile test $ mkdir /home/paul/mp $ tmsu mount /home/paul/mp $ ls /home/paul/mp/tags/test somefile.1 $ tmsu tag /home/paul/mp/tags/test/somefile.1 banana ``` The last action above adds the path...

enhancement

Certain aspects of Go annoy me. I need to do some research into Rust to see if it annoys me less.

infrastructure

[Calinou](https://bitbucket.org/Calinou) said: > Hi, it could be useful to have translation support for the program and maybe for the site.

enhancement

I wrote the `option.go` command-line parsing stuff as I could find no libraries that handled subcommands back when I started writing TMSU. Time has passed, surely there is now a...

enhancement

TMSU use to store directory fingerprints by recursively enumerating the directory, calculating fingerprints for every file within it, building a report of these fingerprints and then creating a further fingerprint...

enhancement