Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/fk
Fahrenheit and Kelvin - Cross platform shell commands
https://github.com/selfup/fk
Last synced: about 1 month ago
JSON representation
Fahrenheit and Kelvin - Cross platform shell commands
- Host: GitHub
- URL: https://github.com/selfup/fk
- Owner: selfup
- License: mit
- Created: 2019-08-20T17:46:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T00:04:10.000Z (over 4 years ago)
- Last Synced: 2024-04-14T05:13:12.991Z (8 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fahrenheit and Kelvin (fk)
Windows (F), Linux (K), and macOS (C)
Tiny shell commands that work the same everywhere!
```shell
(mkdir -p)
selfup@win42 MINGW64 ~/go/src/github.com/selfup/fk (master)
$ fk mkdir foo/bar(write file)
selfup@win42 MINGW64 ~/go/src/github.com/selfup/fk (master)
$ fk wr foo/bar/example.txt "hello world" 0775(file exists)
selfup@win42 MINGW64 ~/go/src/github.com/selfup/fk (master)
$ fk fex "foo/bar/example.txt"(file read)
selfup@win42 MINGW64 ~/go/src/github.com/selfup/fk (master)
$ fk rd "foo/bar/example.txt"
hello world(list dir contents)
selfup@win42 MINGW64 ~/go/src/github.com/selfup/fk (master)
$ fk ls .
d: .git
f: .gitignore
f: LICENSE
f: README.md
d: foo
f: main.go
```