You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This repo holds some generally useful scripts I've written. If any of these turn out useful to you, buy some beer in celebration and drink it to my health and good fortune.
`timetravel` is a command-line tool for accessing the files in your Time Machine backups.
30
30
31
31
Time Machine is an OS X technology for performing continuous backups of your files to local or remote disks. Since OS X 10.7 (Lion), Time Machine makes local backups of all your files. This means you have snapshot versions of all your files at different times in the past. If you are running Lion right now, you already have these snapshots.
@@ -53,7 +53,7 @@ When showing the contents of directories, their files are enumerated. When show
53
53
54
54
When no host, time or disk is specified (using `-H`, `-T` or `-D`), `timetravel` will use default values for them. The host will default to the name of your computer, the time will default to `Latest` and the disk will default to `Macintosh HD`. When using `timetravel` to list snapshots (the `-l` option), these will default to empty values instead. Note that when listing snapshots, these values are actually search prefixes. If, for example, you use `-T 2012-06`, all snapshots in June 2012 will be searched. Empty values will cause all snapshots of that type to be searched.
`mvn-tools` is a collection of utilities for working with maven repositories and
59
59
java web application distributions.
@@ -66,7 +66,7 @@ java web application distributions.
66
66
- mvn-tools: Installer / common library for the framework.
67
67
- mvn-web: Used to manage live extracted files from JBoss to a safe location where you can easily edit and see live changes. Also allows you to apply your edits to these files back onto your repository.
`tunmgrd` is a daemon that you use to bring up and keep up SSH connections. Great for setting and keeping up tunnels, port forwards and master connections.
72
72
@@ -78,7 +78,7 @@ I've had a really hard time finding a quality product that did this for me in a
78
78
- Useful reporting
79
79
- Useful client utilities to interact with the daemon
0 commit comments