Ports Search

Results 4150 of 108 for comment:console.(0.001 seconds)
audio/squash-1.0 (Score: 2.4318845)
Learning console-based MP3/OGG player
Squash is a C/Ncurses based music player. It supports mp3 and ogg through libraries (and planned flac support). Squash uses statistics to determine songs to play automatically. It garners this information through whether or not a song is skipped. Squash also avoids picking the same song twice. Thus Squash is like a radio station that plays the songs you like -- and you don't even have to call in requests!
deskutils/note-1.3.18 (Score: 2.4318845)
Console based tool to handle encrypted notes
This is a small console program written in perl, which allows you to manage notes similar to programs like "knotes" from commandline.
deskutils/tel-0.1.7.1 (Score: 2.4318845)
Little console-based phone book manager
tel is a little console-based phone book program. It allows adding, modifying, editing, and searching of phone book entries right on your terminal. Pretty printing capabilites are also provided. Entries are stored in a simple CSV file. This eases import and export with common spread sheet applications like Microsoft Excel or OpenOffice.org Calc.
devel/jline-0.9.94 (Score: 2.4318845)
Java library for handling console input
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar. JLine is distributed under the BSD license, meaning that you are completely free to redistribute, modify, or sell it with almost no restrictions. API documentation can be found in the apidocs directory. You can use the jline.ConsoleRunner application to set up the system input stream and continue on the launch another program. For example, to use JLine as the input handler for the popular BeanShell console application, you can run: java jline.ConsoleRunner bsh.Interpreter
Console_Table Renderer for pear-Structures_DataGrid
This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.
devel/pudb-2016.2 (Score: 2.4318845)
Full-screen, console-based Python debugger
PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar.
devel/ccons-r251 (Score: 2.4318845)
Interactive Console for the C Programming Language
The goal of the ccons project is to create an interactive console for the C programming language, similar to "python" and "irb" for Python and Ruby respectively.
devel/clio-0.3.0 (Score: 2.4318845)
Make easier commandline parsing and console output
Clio is a great way to build commandline tools. It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output.
devel/pry-0.10.3 (Score: 2.4318845)
IRB alternative and runtime developer console
pry is an IRB alternative and runtime developer console. Git repository: https://github.com/pry/pry
devel/pry-rails-0.3.4 (Score: 2.4318845)
Use Pry as your rails console
Use Pry as your rails console