35 projects tagged "Utility"
gSplit is a tool that allows you to split and assemble any files you want. It can be used to split big files to be able to store them on different devices. After assembling the different parts of a file, you can then check the file integrity to determine whether everything is now ready to use.
The Procrastinator's Timeclock is a simple utility for people who suffer from excessive procrastination or distractibility. The utility achieves its benefits by allowing you to comfortably track just how much time your little "one more thing"s are adding up to and by helping to bolster willpower by providing a gentle distraction from temptations. Its design focuses on simplicity, intuitiveness, and a preference for keeping existing users rather than attracting new ones.
QuickTile is a simple attempt to duplicate the basic functionality of WinSplit Revolution for users who don't like the Compiz Grid plugin. It should work on any X11 desktop with PyGTK 2.2+, a window manager that supports the modern range of NETWM hints, and (if you want internal keybinding) python-xlib.
a2b invokes conversion tools in sequence to convert files from one type to another, possibly performing some extra processing along the way. Itis a wrapper for many programs like gif2png, latex2html, netpbm, mencoder, ffmpeg, oggenc, etc., that can convert content from one type to another. It can covert text, documents, images, audio, and video and more. Some examples: a2b test.mp3 test.ogg; mencoder_opts="-ss 60 -endpos 10" a2b video.avi clip.flv; a2b -g=subtitles dvd://8 movie.sub; a2b -q http://sam.nipl.net/ sam.aac. That last example downloads the author's Web page, converts it to text with lynx -dump, speaks the text with flite or espeak, and converts the audio file to AAC with faac.
Networkled is a small system tray utility which gives a graphical indication of the received and transmitted traffic. It relies on the proc file system and more specifically on the existence of the file "/proc/net/dev". It can be used with any system tray that follows the "Free Desktop System Tray Specification" and has a proc file system.
tmux-applets is a collection of tmux "applets" that are designed to be used in tmux's status bar. They are non-textual, using blocks of color instead. Currently, there are two applets provided. tmux-cpu-freq displays the CPU frequency level as colored blocks, and tmux-ping, which tries to ping a host and displays success or failure as a colored block.
csvgrep is a commandline program which enables users to execute searches on text-delimited files using a rudimentary query language. Its query language is bound to simplicity and expressivity, to be easily comprehensible. It aims at replacing both grep and awk when you are challenged to retrieve information from a text-delimited file based on the content of a specific field (or column). You can get what you want using the semantic already in the file’s underlying structure.