notcurses/doc/man/index.html

83 lines
5.4 KiB
HTML
Raw Normal View History

2020-01-14 21:48:39 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans" />
<title>notcurses</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
2020-08-16 14:06:33 +00:00
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11.6.1435-1"></script>
2020-01-14 21:48:39 +00:00
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
2020-08-16 14:06:33 +00:00
gtag('config', 'UA-11.6.1435-1');
2020-01-14 21:48:39 +00:00
</script>
</head>
<body>
<center>
2020-07-23 05:25:35 +00:00
<h2>
2020-06-05 10:00:21 +00:00
<a href="https://github.com/dankamongmen/notcurses">github</a><span> </span>
<a href="https://nick-black.com/htp-notcurses.pdf">book</a><span> </span>
<a href="https://nick-black.com/dankwiki/index.php/Notcurses">dankwiki</a>
2020-07-23 05:25:35 +00:00
<a href="html/index.html">doxygen</a>
<a href="https://drone.dsscaw.com:4443/dankamongmen/notcurses/">drone</a>
2020-07-27 04:34:31 +00:00
<a href="https://repology.org/project/notcurses/versions">repology</a>
2020-07-23 05:25:35 +00:00
</h2>
</center>
<hr>
2020-08-16 14:06:33 +00:00
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.6.14)</h1>
<iframe align="right" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=nickblack05-20&marketplace=amazon&region=US&placement=B086PNVNC9&asins=B086PNVNC9&linkId=bef6e495a4119e9da4cf26d76b5c55a3&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff"></iframe>
2020-01-17 02:41:06 +00:00
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
2020-01-14 21:48:39 +00:00
<h2>Binaries (section 1)</h2>
2020-06-16 07:11:00 +00:00
<a href="ncneofetch.1.html">ncneofetch</a>—generate low-effort posts for r/unixporn<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses-demo.1.html">notcurses-demo</a>—shows off some notcurses features<br/>
<a href="notcurses-input.1.html">notcurses-input</a>—reads and decodes input events<br/>
2020-02-20 03:58:43 +00:00
<a href="notcurses-ncreel.1.html">notcurses-ncreel</a>—experiments with ncreels<br/>
<a href="notcurses-pydemo.1.html">notcurses-pydemo</a>—validates the Python wrappers<br/>
2020-02-09 03:58:46 +00:00
<a href="notcurses-tester.1.html">notcurses-tester</a>—unit test driver<br/>
2020-06-16 13:50:58 +00:00
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in a terminal<br/>
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to a terminal<br/>
2020-01-14 21:48:39 +00:00
<h2>C library (section 3)</h2>
<a href="https://repology.org/project/notcurses/versions">
<img src="https://repology.org/badge/vertical-allrepos/notcurses.svg" alt="Packaging status" align="right">
</a>
2020-08-16 05:22:53 +00:00
<a href="notcurses_capabilities.3.html">notcurses_cell</a>—runtime capability detection<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>
<a href="notcurses_directmode.3.html">notcurses_directmode</a>—minimal notcurses instances for styling text<br/>
2020-04-24 05:25:46 +00:00
<a href="notcurses_error.3.html">notcurses_error</a>—granular Notcurses error reporting<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_fade.3.html">notcurses_fade</a>—fading and pulsing for <tt>ncplane</tt>s<br/>
2020-04-27 23:11:00 +00:00
<a href="notcurses_fds.3.html">notcurses_fds</a>—dumping file descriptors/subprocesses to <tt>ncplane</tt>s<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_init.3.html">notcurses_init</a>—initialization<br/>
<a href="notcurses_input.3.html">notcurses_input</a>—collecting input<br/>
<a href="notcurses_lines.3.html">notcurses_lines</a>—drawing lines and boxes on <tt>ncplane</tt>s<br/>
2020-02-01 21:06:46 +00:00
<a href="notcurses_menu.3.html">notcurses_menu</a>—menus on the top or bottom rows<br/>
2020-06-17 17:49:41 +00:00
<a href="notcurses_metric.3.html">notcurses_metric</a>—fixed-width formatting with metric suffixes<br/>
2020-05-08 23:04:27 +00:00
<a href="notcurses_multiselector.3.html">notcurses_multiselector</a>—high-level widget for selecting items from a set<br/>
2020-02-06 01:18:11 +00:00
<a href="notcurses_reel.3.html">notcurses_reel</a>—high-level widget for hierarchical data<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_output.3.html">notcurses_output</a>—drawing text on <tt>ncplane</tt>s<br/>
2020-01-15 11:14:08 +00:00
<a href="notcurses_palette.3.html">notcurses_palette</a>—operations on notcurses palettes<br/>
2020-04-24 07:17:34 +00:00
<a href="notcurses_plane.3.html">notcurses_plane</a>—operations on <tt>ncplane</tt> objects<br/>
<a href="notcurses_plot.3.html">notcurses_plot</a>—drawing histograms and lineplots<br/>
2020-05-08 23:04:27 +00:00
<a href="notcurses_reader.3.html">notcurses_reader</a>—high-level widget for collecting input<br/>
<a href="notcurses_refresh.3.html">notcurses_refresh</a>—refresh an externally-damaged display<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_render.3.html">notcurses_render</a>—sync the physical display<br/>
2020-03-09 19:17:41 +00:00
<a href="notcurses_selector.3.html">notcurses_selector</a>—high-level widget for selecting one item from a set<br/>
2020-01-14 21:48:39 +00:00
<a href="notcurses_stats.3.html">notcurses_stats</a>—notcurses runtime statistics<br/>
<a href="notcurses_stdplane.3.html">notcurses_stdplane</a>—acquire the standard <tt>ncplane</tt><br/>
2020-02-20 03:58:43 +00:00
<a href="notcurses_stop.3.html">notcurses_stop</a>—collapse the context<br/>
2020-04-24 07:17:34 +00:00
<a href="notcurses_visual.3.html">notcurses_visual</a>—operations on <tt>ncvisual</tt> objects<br/>
2020-01-14 21:48:39 +00:00
<br/>
<br/>
<center>
<a href="widechars.png">
<img src="widechars-800.png" alt="wide banner from notcurses 1.0.2 demo" />
</a>
2020-08-07 18:33:35 +00:00
<br/>
2020-08-12 00:47:17 +00:00
<small>
© 2019-2020 <a href="mailto:nickblack@linux.com">nickblack@linux.com</a>
</small>
2020-08-02 20:10:20 +00:00
</center>
2020-01-14 21:48:39 +00:00
</body>
</html>