7 projects tagged "sed"
UnifiedSessionsManager is a unified and simplified interface for the use and management of local and remote sessions on physical and virtual machines. It provides management of distributed and stacked virtual machines, management of desktops and workspaces on multiple monitors, seamless access to all types of sessions, and support of encrypted connections using SSH.
Grep.pm is a much-modified fork of tcgrep. It understands context, matching from the start or end of a file (with a line count or byte count), and features size limits and highlighting. It extends matching to boolean expressions, structuring regular expressions, or even arbitrary pieces of Perl code. It can perform basic stemming and synonym-expansion in regular expressions (using expansyn). It also handles \0-lines, paragraphs, file slurping, directory recursion, and compressed files. It can act either as a Perl module or a command-line program. Grep.xchange is a support program taking grep or Grep.pm input and applying an expression at each grep match to the files specified in the grep output. This expression can be arbitrary Perl modifying e.g. just the line of the match with s///g, or operate against the current pos() position in the whole file. Grep.xchange --modified goes one step further and replaces the matched lines with the (edited) text from the grep output. Changes are logged in diff -u format and can be revoked/redone with patch.
mysqlviz renders a graphical representation of a MySQL database from a mysqldump file. Features include speed, the ability to infer foreign key relationships if you do not have them defined, and handling of partial dumps (i.e. foreign keys to tables that are not defined within the dump).
HTMTEX reads hand-coded ASCII HTML documents with embedded TEX-like islands (backslash-escaped symbols, inline math, and displayed math). It writes Unicode HTML documents with UTF-8 encoded symbols, and span- and table-formatted math. The converter itself is a customizable sed script. Visualization is regulated by a customizable stylesheet file.