Pistos / diakonos

Diakonos is a console text editor for the masses.
https://git.sr.ht/~pistos/diakonos
Other
137 stars 11 forks source link

Diakonos on rubygems? #89

Closed rubyFeedback closed 2 years ago

rubyFeedback commented 3 years ago

Perhaps gem install diakonos via --user-install should be fine?

I publish my gems on rubygems and in the worst case I can just symlink from bin/ to some other place or modify $PATH so I am not sure if what you wrote in 2009 is still applicable. Unless some code exists that is not packaged. But perhaps you can re-consider? It's mostly just a convenience thing IMO, "gem install bla" is simpler for me than git checkout and then installing stuff. Not a big difference of course, but just a preference. Anyway please feel free to just disregard this comment. :)

Pistos commented 3 years ago

By all means, I would love to have Diakonos installable via the gem CLI tool. I haven't looked into that in several years, but I can revisit the issue and see if it's any easier now.

Pistos commented 3 years ago

@rubyFeedback Can you try gem install diakonos now, and see if it works? I've published version 0.9.8 as a gem, and tested it, and it works for me, but I might have missed something.

xtronics commented 2 years ago

Followed the instructions here: https://github.com/Pistos/diakonos

Could not get a screen I could read.

--

Karl Schmidt EMail @.*** 3209 West 9th Street Ph (785) 979-8397 Lawrence, KS 66049

Pistos commented 2 years ago

@xtronics Though the old installation instructions in the README should still work, I have updated things so you can now just run gem install diakonos. Did you try that?