How does one use this tool on a Chromebook? Is there a Chrome App?
Nick Spreitzer
@refactorsaurusrex
@kgashok It does appear that you can install PowerShell on a Chromebook, and that's the only real dependency for journal-cli so theoretically it should work. I would follow these instructions to install PoweShell and then continue with the journal-cli getting started guide. If you try it and run into any problems, let me know.
Ashok Bakthavathsalam
@kgashok
:thumbsup: @refactorsaurusrex
Ashok Bakthavathsalam
@kgashok
No luck, I cannot run PowerShell on my Chromebook.
Is there a way I can import the repo into repl.it and run it on the cloud? https://repl.it/@ashokb/journal-cli - is my attempt... but I have no idea of how to compile and build the system... or it is even possible without the presence of PowerShell on repl.it?
Nick Spreitzer
@refactorsaurusrex
@kgashok Even if you got it running on repl.it, journal-cli works by saving files on the local files system - in this case, the repl.it server. I'm afraid that's a dead end.
Lemuria
@a-random-lemurian
Hello, I'm on Ubuntu 20.04, does the journal-cli work? My shell is zsh.....
Nick Spreitzer
@refactorsaurusrex
It does indeed run on Ubuntu 20.04, but you have to toggle into pwsh. Also, I recommend running the Beta version instead of the production version. The documentation is a bit lacking, but the beta excludes a git dependency that didn't work on Linux.
Sadly, I haven't had time to do any development on this tool in many months.