try icon indicating copy to clipboard operation
try copied to clipboard

dependencies

Open Konfekt opened this issue 3 weeks ago • 1 comments

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?

Konfekt avatar Jan 16 '26 07:01 Konfekt

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?

Konfekt avatar Jan 16 '26 07:01 Konfekt

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.

pratik-m avatar Jan 20 '26 19:01 pratik-m