try icon indicating copy to clipboard operation
try copied to clipboard

dependencies

Open Konfekt opened this issue 5 days 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