mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-21 22:45:39 +00:00
rename
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
d8658e4d1b
commit
f153a2748c
2 changed files with 10 additions and 10 deletions
18
README.md
18
README.md
|
@ -1,4 +1,4 @@
|
|||
# freezing-octo-hipster
|
||||
# utils
|
||||
|
||||
Random utilities of vbatts' being cleaned up, and published
|
||||
|
||||
|
@ -11,7 +11,7 @@ deduplicate the tree using hardlinks.
|
|||
|
||||
### Install
|
||||
|
||||
go get github.com/vbatts/freezing-octo-hipster/cmd/dups
|
||||
go get github.com/vbatts/utils/cmd/dups
|
||||
|
||||
### Usage
|
||||
|
||||
|
@ -25,11 +25,11 @@ deduplicate the tree using hardlinks.
|
|||
By default it scans the paths provided, and creates a JSON document of the file paths and their checksum:
|
||||
|
||||
$ dups .
|
||||
"/home/vbatts/src/vb/freezing-octo-hipster/.git/logs/refs/heads/master" is the same content as "/home/vbatts/src/vb/freezing-octo-hipster/.git/logs/HEAD"
|
||||
"/home/vbatts/src/vb/freezing-octo-hipster/.git/refs/remotes/origin/master" is the same content as "/home/vbatts/src/vb/freezing-octo-hipster/.git/refs/heads/master"
|
||||
"/home/vbatts/src/vb/freezing-octo-hipster/cmd/find-todos/main.go~" is the same content as "/home/vbatts/src/vb/freezing-octo-hipster/cmd/find-todos/main.go"
|
||||
"/home/vbatts/src/vb/freezing-octo-hipster/cmd/slackware-sync/README.md~" is the same content as "/home/vbatts/src/vb/freezing-octo-hipster/cmd/slackware-sync/README.md"
|
||||
"/home/vbatts/src/vb/freezing-octo-hipster/cmd/slackware-sync/main.go" is the same content as "/home/vbatts/src/vb/freezing-octo-hipster/cmd/slackware-sync/main.go~"
|
||||
"/home/vbatts/src/vb/utils/.git/logs/refs/heads/master" is the same content as "/home/vbatts/src/vb/utils/.git/logs/HEAD"
|
||||
"/home/vbatts/src/vb/utils/.git/refs/remotes/origin/master" is the same content as "/home/vbatts/src/vb/utils/.git/refs/heads/master"
|
||||
"/home/vbatts/src/vb/utils/cmd/find-todos/main.go~" is the same content as "/home/vbatts/src/vb/utils/cmd/find-todos/main.go"
|
||||
"/home/vbatts/src/vb/utils/cmd/slackware-sync/README.md~" is the same content as "/home/vbatts/src/vb/utils/cmd/slackware-sync/README.md"
|
||||
"/home/vbatts/src/vb/utils/cmd/slackware-sync/main.go" is the same content as "/home/vbatts/src/vb/utils/cmd/slackware-sync/main.go~"
|
||||
Savings of 0.005681mb
|
||||
wrote "hash-map.json"
|
||||
|
||||
|
@ -43,7 +43,7 @@ Simple date formating for notes
|
|||
|
||||
### Install
|
||||
|
||||
go get github.com/vbatts/freezing-octo-hipster/cmd/next-note
|
||||
go get github.com/vbatts/utils/cmd/next-note
|
||||
|
||||
### Usage
|
||||
|
||||
|
@ -71,5 +71,5 @@ Look through your notes directory for TODO items.
|
|||
|
||||
### Install
|
||||
|
||||
go get github.com/vbatts/freezing-octo-hipster/cmd/find-todos
|
||||
go get github.com/vbatts/utils/cmd/find-todos
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ wrote the first version.
|
|||
|
||||
Install this command
|
||||
|
||||
go get github.com/vbatts/freezing-octo-hipster/cmd/slackware-sync
|
||||
go get github.com/vbatts/utils/cmd/slackware-sync
|
||||
|
||||
Copy the `slackware-sync.toml` to `~/.slackware-sync.toml`, and edit as needed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue