Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

scgid

Compare

  No analysis available

Scgid is a daemon that listens for TCP connections (usually from a Web server), and handles SCGI requests by calling a program and returning its output. Written in Limbo, for Inferno.

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

inferno utility library

Compare

  No analysis available

"Util" is a library, in Limbo, with various commonly used functions. Some are in other standard libraries (like string.m, lists.m), others are not. This library was written because having to write these functions all the time (which is still faster than copy-pasting) is annoying. The modules ... [More] are named with a numerical suffix, a version number. Incompatible version of future libraries (e.g. with changed function definitions) will have a new number. This ensures existing programs using this library will not have to be modified after such an interface change. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

novt

Compare

  No analysis available

A basic ecma-48 terminal emulator with color, supporting only basic escape sequences. For Inferno, written in Limbo.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

inferno-find

Compare

  No analysis available

Find for Inferno lets you traverse directory trees and print paths and information about a file. It is intended to be easier to use than alphabet-fs(1) and/or du(1) with various combinations of grep, sed and for-loops with ftest(1). Find's usage is different from the unix version (most importantly, it uses standard option syntax).

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

vixen

Compare

  No analysis available

Vixen is a vi-like editor for Inferno. It should be immediately usable if you know vi (vixen also implements some functionality found in vim). Useful if you don't want to learn acme (yet), or simply prefer vi. Vixen does try to blend in with Inferno, e.g. by providing support for plumbing. See the manual page for more information.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

wmrun

Compare

  No analysis available

Wm/run has functionality traditionally found in terminal emulators and shells. It allows the user to input commands, and executes those commands using the Inferno shell. It is similar in functionality to Inferno's wm/sh, but different in the following respects: - it doesn't pretend i/o of the ... [More] shell, and programs started by the shell, are part of the same textsoup. instead, it keeps the i/o (internally) separate and lets you navigate earlier commands and their i/o. - Del kills the program currently running - file name completion with tab - vi-like command-line editing and history (similar to openbsd's pdksh) - different colors for commands, input and output Wm/run is written in Limbo, for Inferno. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

qwm

Compare

  No analysis available

Qwm is a window manager for Inferno, an alternative to Inferno's wm/wm. Its arrangement of stacks of windows in columns is similar to acme. The major difference is that qwm always has 9 columns (1-9, similar to dwm), and that visibility of a column can be toggled. This makes columns similar to ... [More] "work spaces" in other window managers. By default only column 1 is visible. Columns can be moved and resized by clicking or dragging the box in the upper left corner. Windows can be moved and resized by dragging the titlebar and clicking its buttons. Windows and columns can also be manipulated by keyboard commands. These commands are single characters preceded by a ^q, control-q. Key commands exist for creating a new window, moving a window between columns, resizing windows, and resizing columns and making columns visible or hidden. See the manual page for details. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

ttffs

Compare

  No analysis available

Ttffs is a 9P2000 server, serving ttf files in any size as Inferno/Plan 9 fonts. Ttffs serves a seemingly empty directory, but walks to files of the form "name..font" succeed if "name.ttf" exists and size is numeric > 1. The file is a normal Inferno font and points to subfonts named "name.." ... [More] , with index a numeric index for a glyph range. These subfonts are also synthesized by ttffs on demand. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

inferno vnc

Compare

  No analysis available

wm/vncv is a vnc viewer for Inferno. vnc uses the rfb (remote frame buffer) protocol. See the manual page for details, or try: wm/vncv hostname

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

ircfs

Compare

  No analysis available

Ircfs is an irc client as file system. It uses the supplied irc library, and comes with a Tk front-end that uses one or more instances of ircfs. All code is written in Limbo, for Inferno. The file server speaks the Styx protocol.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...