Live data from Hacker News

Show HN: Paper – A Journaling CLI for Developers

paper.rewrlution.com

11–18 of 18 posts

Re: Show HN: Paper – A Journaling CLI for Developers

#12

Earlier quoted context omitted.

Hello llagerlof, nope, it is not open source. Here's the link to the npm package: https://www.npmjs.com/package/@rewrlution/paper-cli

Am I missing something? How is it not open source if I can view the source code at that link?

haha, you got it!

I published the CLI tool with the sourcemap enabled prev-v1.0.0

That's why you can see the source code.

Re: Show HN: Paper – A Journaling CLI for Developers

#15

Is it open source? What is the repository?

Hello llagerlof, nope, it is not open source. Here's the link to the npm package: https://www.npmjs.com/package/@rewrlution/paper-cli

Do you have any plans to make it open source in the future?

Re: Show HN: Paper – A Journaling CLI for Developers

#16

Wow! now i dont have to switch beetween onenote and terminal for my notes!

Hey sankaran458, I am so glad to see this comment, and I hope this CLI tool can truly do its work to save people’s pain points. I hope this is not “yet another” useless tool that tries to simplify the workflow.

Give it a try and let me know your feedback if there’s any!

Hope you will enjoy it!

Re: Show HN: Paper – A Journaling CLI for Developers

#17
post #15

Earlier quoted context omitted.

Hello llagerlof, nope, it is not open source. Here's the link to the npm package: https://www.npmjs.com/package/@rewrlution/paper-cli

Do you have any plans to make it open source in the future?

The tldr is yes, but not sure about which part will be open source and which part will remain private, and when.

The API & web app components will definitely remain private, but the CLI tool itself can be open source.

If you run ‘paper config’ today, you will still see that you can configure the “sync url” - basically that allows you to sync your content to your own hosting provider.

I spent non-trivial thought on this topic during development, but then ended up with a conclusion that I should just make it private for now to speed up feature development. Otherwise I would need to think really hard on the interface & contract design.

Re: Show HN: Paper – A Journaling CLI for Developers

#18
post #7

Great project. Any plans to let users point the CLI directly to an existing Obsidian vault for the markdown files?

Oh wait, I think I misunderstood your question!

You can use ‘paper config’ to specify the working directory, then all the journals will be saved to that path.

Post reply on HN