Jakob Voß

Results 404 issues of Jakob Voß

The documentation should at least mention `nohup` or better explain how it differs from simply calling (nohup program args... > outfile 2> errfile &)

It would be great to query articles by time via Memento-Datetime HTTP header. See [Memento into](http://www.mementoweb.org/guide/quick-intro/) and [SiteStory](http://mementoweb.github.com/SiteStory/index.html) for an implementation.

Please include a brief comparision with [mr](http://myrepos.branchable.com/) and to [Git::Bunch](https://metacpan.org/pod/Git::Bunch) in the documentation. How does got differ from them? What are common functionalities? Why should I choose got, at all...

App::Cmd should support creation of a [autocomplete](http://www.gnu.org/software/bash/manual/bashref.html#Programmable-Completion) file to put into `/etc/bash_completion.d`. Once you have autocompletion for a command you'll wonder why you wasted you time before, typing the same...

Any arguments against letting ``` myapp somecommand --help ``` call ``` myapp help somecommand ``` I remember accidently typing the former form several times when I started to use `dzil`....

Some applications also read from STDIN. I have not found how to easily test this with App::Cmd::Tester. Any of the following should be fine: ``` test_app( YourApp => [ qw(command...

Right now all buttons used in the example are hard-coded. In practice you want some custom buttons and input fields in your application and some buttons like "'about' make no...

As far as I understand the `csv` output format is [RFC 4180](http://localhost:8020/csv/rfc4180). This should be made explicit in the documentation to make visible standards compliance and because "csv" can mean...

Export to embed covers requires re-encoding all files and stores the result in another location. I'd like to just save found cover images in file `Cover.jpg` in the album folder...

I moved the build_\* scripts to their own directory to separate scripts and sources. The original sources (build/chapters/*?) should further be moved to their own directory, with the build directory...