Skip to content

mgaeckler1964/gak_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAK_CLI was originaly implemented on an Atari ST computer in 1988 as a command line interpreter and a set of useful tools. Most of the tools worked like their counterparts in MS-DOS and were compiled with Turbo C from Heimsoeth & Borland, the company in Munich I was working for in these times. The cli and many of these tools are no longer under development, but there are new useful tools here.

Here is a list of commands:

aes encrypt a file

clichess find a chess move

clip analyse a WAV-file and find clipings

dlink duplicate a directory by creating hardlinks for each file

dupMails read all mbox files and search for duplicate mails

hash calculate, save and compare hashes.

head like unix head

iTunesCheck analyse an iTunes database and check each song

iTunesCompare compare two iTunes database files

iTunesCopy copy all songs of an iTunes playlist to a directory

ln create a hard link for a file

ls like unix ls

mboxIndexer read all mbox files and create a search index and a word matrix

mboxSearch search for a word in the mailbox search index

minMax find largest, smallest, oldest newwest files

mirror create a mirror for a directory, presevere changed files for a while

pathenv create environment variables for the user shell folders

season show some useful information about current date (spring, summer, winter, moon phases)

setbdeconfig looks for bde configuration files and sets the required registry. This is use full for a notebook that is sometímes disconnected from your LAN. There is an work arround implemented that prevents the BDE from reporting false disk size errors.

split splits a file into several chunks

tail like unix tail

tdiff compare two text files

treeSize checks all sizes for all directories of a drive. If a directory grows too much, a mail is appended to an mbox file. My crontab starts this programm every day so I can identitfy the space wasting applications and delete stupid stuff.

twins searches for duplicate files

which like unix which

xmlGalery Creates an html-file with some images. I used this programm before I have created the PHP Gallery.