Here is a possible feature idea.
I have found my workflow is usually the following:
- Download pdf from some journal website online.
- Open the terminal and run
papers add example.pdf --rename --copy.
- Open the file browser and go look for the pdf, then open it to read it.
It would be neat if with one step I could achieve all of that, so something like:
papers add example.pdf --rename --copy --open
And --open would trigger it to open the renamed+copied pdf directly, or open the containing directory where it is located.
I realize you told me that with papers list -1, it is possible to have a clickable link, but this is not working for me in OS X, and I cannot see a way to do it.
Here is a possible feature idea.
I have found my workflow is usually the following:
papers add example.pdf --rename --copy.It would be neat if with one step I could achieve all of that, so something like:
And
--openwould trigger it to open the renamed+copied pdf directly, or open the containing directory where it is located.I realize you told me that with
papers list -1, it is possible to have a clickable link, but this is not working for me in OS X, and I cannot see a way to do it.