-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |