Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-raptor authored Nov 14, 2019
1 parent 57f8458 commit c63119a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# mangamanager
Command line manga project management tool for manga creators using unix/linux.

## これは何? (JP)
端末で漫画原稿を管理する変なソフトウェアです.

AzDrawing, GIMP など, 漫画原稿管理機能がついていないソフトウェアや, Krita など, 管理機能はあるが機能がシンプルでないソフトウェアを用いて原稿を作成する際に, 漫画原稿を手軽に管理するためのツールとして開発しています.

そのためリッチな原稿管理機能がある Clip Studio や Medibang Paint Pro などが使える Windows 向けではなく, Linux/Unix ユーザー向けです.

本当はそれぞれのソフトウェアにリッチな管理機能が付けば良いのですが, Unix の哲学的には, 機能は分割して組み合わせたほうが良いらしいので, 開発は続けるつもりです.

コマンドライン版の開発がある程度進んだら GUI をつけて扱いやすくするという計画があります.

これを用いて Linux で快適な原稿作業が出来ることを願います.

## What is this? (EN)
An (strange) software for managing comic manuscripts with command line.

On Linux/Unix environment, comic drawing software such as AzDrawing, GIMP don't have management tool for comic manuscripts. Krita has one, but, not so powerful.

This software aims to help managing comic manuscripts easily for those who using these tools to create comics.

So this software doesn't aim those who using Windows because rich softwares such as Clip Studio, Medibang Paint Pro are available on it.

GUI frontends are planned.

I hope you'll do your work more efficient using this.

## Milestones
- [ ] Implement core management features.
- [ ] Implement git integration.
- [ ] Implement GUI frontends.

0 comments on commit c63119a

Please sign in to comment.