Skip to content

Commit

Permalink
add some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwanami committed Feb 4, 2014
1 parent 8b6fba6 commit 8f474bf
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
Binary file added img/app-list1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/detail1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/home1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Portage Navi

This program is a frontend GUI for portage, the great package manager.

The current status is under construction. Just viewing portage database.

[Home Buffer]
![Home](./img/home1.png)

[Category List Buffer]
![Category List](./img/app-list1.png)

[Package Detail Buffer]
![Package Detail](./img/detail1.png)

# Installation

## Package Installation

From MELPA, you can install this package as `portage-navi`.

## Manual Installation

Place `portage-navi.el`, `deferred.el`, `concurrent.el` and `ctable.el` in your load path and add following code.

```lisp
(require 'portage-navi)
```

Then, try `M-x pona:open-home-buffer`.

# Usage

TODO

# License

Portage Navi is licensed under GPL v3.

----
(C) 2014 SAKURAI Masashi. m.sakurai at kiwanami.net

0 comments on commit 8f474bf

Please sign in to comment.