]> totsipaki.net Git - Published.git/blame - README.html
more testing
[Published.git] / README.html
CommitLineData
c179c05d 1<!DOCTYPE html>
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5<meta name="viewport" content="width=device-width, initial-scale=1" />
6<title>README - my files
7</title>
8<link rel="icon" type="image/png" href="../favicon.png" />
9<link rel="alternate" type="application/atom+xml" title="noice.git Atom Feed" href="../atom.xml" />
10<link rel="alternate" type="application/atom+xml" title="noice.git Atom Feed (tags)" href="../tags.xml" />
11<link rel="stylesheet" type="text/css" href="../style.css" />
12</head>
13<body>
14<table><tr><td><a href="../../"><img src="../logo.png" alt="" width="32" height="32" /></a></td><td><h1>noice</h1><span class="desc">small file browser
15</span></td></tr><tr class="url"><td></td><td>git clone <a href="git://git.2f30.org/noice">git://git.2f30.org/noice</a></td></tr><tr><td></td><td>
16<a href="../log.html">Log</a> | <a href="../files.html">Files</a> | <a href="../refs.html">Refs</a> | <a href="../file/README.html">README</a> | <a href="../file/LICENSE.html">LICENSE</a></td></tr></table>
17<hr/>
18<div id="content">
19<p> README (1457B)</p><hr/><pre id="blob">
20<a href="#l1" class="line" id="l1"> 1</a> __
21<a href="#l2" class="line" id="l2"> 2</a> ___ ___ /\_\ ___ __
22<a href="#l3" class="line" id="l3"> 3</a> /&#39; _ `\ / __`\/\ \ /&#39;___\ /&#39;__`\
23<a href="#l4" class="line" id="l4"> 4</a> /\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
24<a href="#l5" class="line" id="l5"> 5</a> \ \_\ \_\ \____/\ \_\ \____\ \____\
25<a href="#l6" class="line" id="l6"> 6</a> \/_/\/_/\/___/ \/_/\/____/\/____/
26<a href="#l7" class="line" id="l7"> 7</a> -- by lostd and sin
27<a href="#l8" class="line" id="l8"> 8</a> =======================================================
28<a href="#l9" class="line" id="l9"> 9</a>
29<a href="#l10" class="line" id="l10"> 10</a>
30<a href="#l11" class="line" id="l11"> 11</a> What is it?
31<a href="#l12" class="line" id="l12"> 12</a> ===========
32<a href="#l13" class="line" id="l13"> 13</a>
33<a href="#l14" class="line" id="l14"> 14</a> noice is a small curses-based file browser.
34<a href="#l15" class="line" id="l15"> 15</a> It was first developed to be used with a TV remote control for a media
35<a href="#l16" class="line" id="l16"> 16</a> center solution.
36<a href="#l17" class="line" id="l17"> 17</a>
37<a href="#l18" class="line" id="l18"> 18</a>
38<a href="#l19" class="line" id="l19"> 19</a> Getting started
39<a href="#l20" class="line" id="l20"> 20</a> ===============
40<a href="#l21" class="line" id="l21"> 21</a>
41<a href="#l22" class="line" id="l22"> 22</a> Get the latest version from the git-repository; build and install it. Run
42<a href="#l23" class="line" id="l23"> 23</a> noice in a directory to display its content in the form of a list, where
43<a href="#l24" class="line" id="l24"> 24</a> each line is a file or directory. The currently selected item will be
44<a href="#l25" class="line" id="l25"> 25</a> preceded with a &quot; &gt; &quot; by default.
45<a href="#l26" class="line" id="l26"> 26</a>
46<a href="#l27" class="line" id="l27"> 27</a> For more information refer to the manpage.
47<a href="#l28" class="line" id="l28"> 28</a>
48<a href="#l29" class="line" id="l29"> 29</a>
49<a href="#l30" class="line" id="l30"> 30</a> Building
50<a href="#l31" class="line" id="l31"> 31</a> ========
51<a href="#l32" class="line" id="l32"> 32</a>
52<a href="#l33" class="line" id="l33"> 33</a> To build noice you need a curses implementation available. In most
53<a href="#l34" class="line" id="l34"> 34</a> cases you just do:
54<a href="#l35" class="line" id="l35"> 35</a>
55<a href="#l36" class="line" id="l36"> 36</a> make
56<a href="#l37" class="line" id="l37"> 37</a>
57<a href="#l38" class="line" id="l38"> 38</a> It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux, OSX,
58<a href="#l39" class="line" id="l39"> 39</a> IRIX 6.5, Haiku and Solaris 9. Some notes for building on certain systems
59<a href="#l40" class="line" id="l40"> 40</a> follow.
60<a href="#l41" class="line" id="l41"> 41</a>
61<a href="#l42" class="line" id="l42"> 42</a> * IRIX 6.5:
62<a href="#l43" class="line" id="l43"> 43</a> Tested with gcc from http://freeware.sgi.com/.
63<a href="#l44" class="line" id="l44"> 44</a>
64<a href="#l45" class="line" id="l45"> 45</a> make CC=&quot;gcc&quot; LDLIBS=&quot;-lgen -lcurses&quot;
65<a href="#l46" class="line" id="l46"> 46</a>
66<a href="#l47" class="line" id="l47"> 47</a> * Haiku:
67<a href="#l48" class="line" id="l48"> 48</a>
68<a href="#l49" class="line" id="l49"> 49</a> make LDLIBS=&quot;-lncurses&quot;
69<a href="#l50" class="line" id="l50"> 50</a>
70<a href="#l51" class="line" id="l51"> 51</a> * Solaris 9:
71<a href="#l52" class="line" id="l52"> 52</a> Tested with gcc from http://www.opencsw.org/.
72<a href="#l53" class="line" id="l53"> 53</a>
73<a href="#l54" class="line" id="l54"> 54</a> export PATH=/usr/ccs/bin:/opt/csw/bin:$PATH
74<a href="#l55" class="line" id="l55"> 55</a> make CC=&quot;gcc&quot;
75<a href="#l56" class="line" id="l56"> 56</a>
76<a href="#l57" class="line" id="l57"> 57</a>
77<a href="#l58" class="line" id="l58"> 58</a> Contact
78<a href="#l59" class="line" id="l59"> 59</a> =======
79<a href="#l60" class="line" id="l60"> 60</a>
80<a href="#l61" class="line" id="l61"> 61</a> To report bugs and/or submit patches, you can reach us through
81<a href="#l62" class="line" id="l62"> 62</a> irc.2f30.org at #2f30.
82</pre>
83</div>
84</body>
85</html>