Git Product home page Git Product logo

kateb's People

Contributors

alifarazz avatar alihoseiny avatar kiamazi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kateb's Issues

perl-HTTP-Tinyish not installed automatically on Fedora 35

After installing Kateb using the official installation method written on the README, I get this exception after running kateb install all:

Can't locate HTTP/Tinyish.pm in @INC (you may need to install the HTTP::Tinyish module) (@INC contains: /usr/local/lib64/perl5/5.34 /usr/local/share/perl5/5.34 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/local/share/perl5/5.34/kateb/Install.pm line 10.
BEGIN failed--compilation aborted at /usr/local/share/perl5/5.34/kateb/Install.pm line 10.
Compilation failed in require at /usr/local/share/perl5/5.34/kateb.pm line 8.
BEGIN failed--compilation aborted at /usr/local/share/perl5/5.34/kateb.pm line 8.
Compilation failed in require at /usr/local/bin/kateb line 15.
BEGIN failed--compilation aborted at /usr/local/bin/kateb line 15.

I fixed it for my own install by installing perl-HTTP-Tinyish package using DNF manually but it should be done automatically or given instructions for.

Can't uninstall fonts

Hello. lets say I installed Shabnam font using Kateb
kateb install shabnam
Now I want to delete Shabnam. If i delete the folder ~/.local/share/fonts/farsifreefont, Shabnam is deleted from my system but when I run kateb list it still shows the font in installed fonts.

Support of MacOs

The MacOs font dir for current user is ~/Library/Fonts and for global usage is '/Library/Fonts'
So if you add a line in LocalData configuration which check OS i think it would be better

my $root_font_dir = catdir('/', 'usr', 'share', 'fonts', 'truetype', 'farsifreefont');
my $user_font_dir = catdir($home_dir, '.local', 'share', 'fonts', 'farsifreefont');
my $target_dir = $> == 0 ? $root_font_dir : $user_font_dir;

Does't work on solus linux

kateb

Can't locate HTTP/Tinyish.pm in @inc (you may need to install the HTTP::Tinyish module) (@inc contains: /usr/lib64/perl5/site_perl/5.36/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.36 /usr/lib64/perl5/vendor_perl/5.36/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.36 /usr/lib64/perl5/5.36/x86_64-linux-thread-multi /usr/lib64/perl5/5.36) at /usr/lib64/perl5/site_perl/5.36/kateb/Install.pm line 10.
BEGIN failed--compilation aborted at /usr/lib64/perl5/site_perl/5.36/kateb/Install.pm line 10.
Compilation failed in require at /usr/lib64/perl5/site_perl/5.36/kateb.pm line 8.
BEGIN failed--compilation aborted at /usr/lib64/perl5/site_perl/5.36/kateb.pm line 8.
Compilation failed in require at /usr/bin/kateb line 16.
BEGIN failed--compilation aborted at /usr/bin/kateb line 16.

kateb list doesn't list all fonts

I don't whether this is a design decision or a bug. Let's say I have entered the following commands:
โ€kateb install shabnam
sudo kateb install vazir
now if I use โ€kateb list it only shows me shabnam and if I use sudo kateb list it only shows me vazir.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.