☄ Anime/Manga command-line interface backed up by Tenka.

Overview

Yukimi

Anime/Manga command-line interface backed up by Tenka.

By using this project, you agree to the usage policy.

Version Platforms License: AGPL v3 Code Analysis Build (Artifacts) Release

Installation

Pre-built binaries are released in dist-* branches. To use these, you need to have git installed.

Clone this repository

For Windows:

git clone https://github.com/yukino-org/yukimi.git -b dist-windows

For Linux:

git clone https://github.com/yukino-org/yukimi.git -b dist-linux

For MacOS:

git clone https://github.com/yukino-org/yukimi.git -b dist-macos

Usage

You can use <path/to/executable> -t to open a nested terminal. It is recommended to use commands within it for better performance.

  • Do:
yukimi -t
> help
> tenka installed
  • Don't:
yukimi help
yukimi tenka installed

Technology

  • Dart (Language)
  • Pub (Dependency Manager)
  • Git (Version Manager)

Code structure

  • ./cli - Contains the local command-line tool.
  • ./src - Contains the source code of the server.

Contributing

Ways to contribute to this project:

  • Submitting bugs and feature requests at issues.
  • Opening pull requests containing bug fixes, new features, etc.

License

AGPL-3.0

You might also like...

Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon.

Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon.

Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon. Full flexibility allows you to only update the launcher icon for specific platforms as needed.

Nov 17, 2022

Scaff is a simple command-line utility for generating Dart and Flutter components from template files.

Introduction Scaffold Generator for Dart and Flutter. scaff is a simple command-line utility for generating Dart and Flutter components from template

Jul 17, 2022

This is a simple Gantt chart generator written as Dart command line tool.

This is a simple Gantt chart generator written as Dart command line tool.

Gantt Chart Generator This is a simple Gantt chart generator written as Dart command line tool. Currently the tool generates an HTML/CSS Gantt chart.

Apr 26, 2022

Listen to remote Flutter GTK application instances' command-line arguments and file open requests.

gtk_application This package allows the primary Flutter GTK application instance to listen to remote application instances' command-line arguments and

Dec 15, 2022

A command-line application provide an load optimization solution for flutter web

A command-line application provide an load optimization solution for flutter web

一个命令行工具,针对flutter web加载慢和缓存问题提供了一套解决方案。 功能 通过大文件分片和资源文件cdn化方式,优化flutter web页面加载慢问题。 通过资源文件hash化,解决浏览器强缓存导致功能无法更新问题。 开始 局部安装 dev_dependencies: flutte

Dec 29, 2022

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.

Flutter Html Editor - Enhanced Flutter HTML Editor Enhanced is a text editor for Android, iOS, and Web to help write WYSIWYG HTML code with the Summer

Dec 31, 2022

Rich UI and animation flutter app backed by firebase

Rich UI and animation flutter app backed by firebase

firebasecrud Guardians of tech A new Flutter application. Getting Started Note: Add project to firebase This project is a starting point for a Flutter

Nov 28, 2022

A streaming client for the Komga self-hosted comics/manga/BD server targeting Android/iOS written in Dart/Flutter

A streaming client for the Komga self-hosted comics/manga/BD server targeting Android/iOS written in Dart/Flutter

Klutter A streaming client for the Komga self-hosted comics/manga/BD server targeting Android/iOS written in Dart/Flutter Background This is a project

Dec 7, 2022

A very basic manga reader made using flutter and the Mangadex API

Fludex A very basic manga reader made using flutter and mangadex API. It uses the mangadex_library package. A few things to remember The app only supp

Oct 27, 2022
Comments
  • Suggestion: Using download destinations as variables

    Suggestion: Using download destinations as variables

    I would love to be able to do something like this: manga info fanfox.net https://fanfox.net/manga/solo_leveling/ -d -c 1-100 -o $manga/Solo\ Levelling Helps me keep organised and a certain manga reader requires the chapter folders to be in a single folder for a certain manga.

    enhancement 
    opened by BitMap4 4
Releases(v1.2.0)
Owner
Yukino Org
Yukino Org
Protofu is a Dart Command Line tool for generating your protobufs and included dependencies in one command.

ProtoFu - let me compile that for you ProtoFu exists to make working with protobufs easier. Gone are the days of downloading protoc and the dart proto

John McDole 5 Oct 27, 2022
Command Line Interface (CLI) for Lucifer

Lucy Command Line Interface (CLI) for Lucifer. Installation Activate command line from your terminal with this command. pub global activate lucy Usage

Salman S 1 Dec 16, 2021
A Nerolab Command Line Interface for Dart created by Nerolab

Nerolab CLI Nerolab Command Line Interface for Dart. Special thanks to GroovinChip with groovin_cli and very_good_cli. Installing dart pub global acti

Nerolab 1 Jan 19, 2022
An incredible command line interface for Flutter.

Fast CLI An incredible command line interface for Flutter. It allows you to create your own CLI without coding a line. With this CLI, you can create y

Pedro Bissonho 41 Jul 12, 2022
Interactive command line interface Couchbase Lite REPL utility built with the Dart

Couchbase Lite Dart CLI Interactive command line interface Couchbase Lite REPL utility built with the Dart programming language. This code uses the cb

Pieter Greyling 2 Jul 20, 2022
Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.

flutter_distributor Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line. The flutter_distributor source

LeanFlutter 416 Dec 24, 2022
Screenshots - A command line utility and package for capturing screenshots for Flutter

A screenshot image with overlaid status bar placed in a device frame. For an example of images generated with Screenshots on a live app in both stores

Maurice McCabe 258 Nov 22, 2022
changelog.dart provides a library and a command-line application to manage in the correct way the git metadata to build the changelog between two release

changelog.dart ?? changelog.dart: a collection of tools to manages in a fashion way a repository as maintainer. ?? Project Homepage Table of Content I

Vincenzo Palazzo 7 Dec 18, 2022
shared_versions is a command line tool that allow share the versions for multiple packages in Flutter

shared_versions shared_versions is a CLI tool that allow share the versions for multiple packages in Flutter. Usage shared_versions will match the pac

Littlegnal 6 Sep 20, 2022
This is a command-line app written on dart language for flutter applications that will help you to generate some boilerplate code

dart-generator Manual installation: 1- generate a platform executable from code dart compile exe main.dart -o generator this will generate a new gene

One Studio 11 Oct 26, 2022