Package Details: cani 0.5.9-2

Git Clone URL: https://aur.archlinux.org/cani.git (read-only, click to copy)
Package Base: cani
Description: A TUI wrapper around caniuse data using FZF and curses
Upstream URL: https://github.com/SidOfc/cani
Licenses: MIT
Submitter: simon04
Maintainer: kby
Last Packager: micwoj92
Votes: 0
Popularity: 0.000000
First Submitted: 2019-05-30 17:29 (UTC)
Last Updated: 2023-02-03 01:11 (UTC)

Latest Comments

ewen-lbh commented on 2021-04-19 17:13 (UTC)

The tty-screen gem seems to be missing from the dependencies, I had to add it manually afterwards, and the program launched correctly.

In case it is useful, here's the output from running cani just after installation:

/usr/lib/ruby/3.0.0/rubygems/specification.rb:1404:in `rescue in block in activate_dependencies': Could not find 'tty-screen' (>= 0) among 80 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/ewen/.local/share/gem/ruby/3.0.0:/usr/lib/ruby/gems/3.0.0' at: /usr/lib/ruby/gems/3.0.0/specifications/cani-0.5.9.gemspec, execute `gem env` for more information
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1401:in `block in activate_dependencies'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1390:in `each'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1390:in `activate_dependencies'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1372:in `activate'
    from /usr/lib/ruby/3.0.0/rubygems.rb:302:in `block in activate_bin_path'
    from /usr/lib/ruby/3.0.0/rubygems.rb:301:in `synchronize'
    from /usr/lib/ruby/3.0.0/rubygems.rb:301:in `activate_bin_path'
    from /usr/bin/cani:23:in `<main>'
/usr/lib/ruby/3.0.0/rubygems/dependency.rb:311:in `to_specs': Could not find 'tty-screen' (>= 0) among 80 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/ewen/.local/share/gem/ruby/3.0.0:/usr/lib/ruby/gems/3.0.0' , execute `gem env` for more information
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1402:in `block in activate_dependencies'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1390:in `each'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1390:in `activate_dependencies'
    from /usr/lib/ruby/3.0.0/rubygems/specification.rb:1372:in `activate'
    from /usr/lib/ruby/3.0.0/rubygems.rb:302:in `block in activate_bin_path'
    from /usr/lib/ruby/3.0.0/rubygems.rb:301:in `synchronize'
    from /usr/lib/ruby/3.0.0/rubygems.rb:301:in `activate_bin_path'
    from /usr/bin/cani:23:in `<main>'