try
try copied to clipboard
dependencies
According to
https://github.com/tobi/try#quick-start
and
https://github.com/tobi/try#why-ruby
there are no dependencies, but starting try.rb shows
/home/konfekt/bin/try.rb:6:in `require_relative': cannot load such file -- /home/konfekt/bin/lib/tui (LoadError)
from /home/konfekt/bin/try.rb:6:in `<main>'
as if now it depends on the lib folder whose functions have been moved out of try.rb?
This might be due to https://github.com/tobi/try/commit/dbb73fa908d367aae8cf4958f8325383bba023fa ; maybe a Claude Skill to update the Readme on refactoring could help to sync docs with code?
I ran into the same issue. I resolved it by copying the files from the repository’s lib/ directory into ~/.local/lib so require_relative could resolve the path correctly.