Skip to content

Commit

Permalink
add Windows support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Dec 7, 2018
1 parent 91c177e commit 891dee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: echo "export BUILD_TAG=$(git describe --tags)" >> $BASH_ENV
- run: echo "export BUILD_SHA=$(git rev-parse --short HEAD)" >> $BASH_ENV
- run: echo "export BUILD_DATE=$(date -u '+%Y/%m/%d:%H:%M:%S')" >> $BASH_ENV
- run: gox -verbose -osarch="darwin/amd64 linux/amd64 linux/arm linux/arm64 netbsd/amd64 openbsd/amd64 freebsd/amd64" -ldflags "-X main.tag=$BUILD_TAG -X main.sha=$BUILD_SHA -X main.buildDate=$BUILD_DATE" -output "dist/sncli_{{.OS}}_{{.Arch}}" ./...
- run: gox -verbose -osarch="darwin/amd64 linux/amd64 linux/arm linux/arm64 windows/amd64 netbsd/amd64 openbsd/amd64 freebsd/amd64" -ldflags "-X main.tag=$BUILD_TAG -X main.sha=$BUILD_SHA -X main.buildDate=$BUILD_DATE" -output "dist/sncli_{{.OS}}_{{.Arch}}" ./...
- run:
name: "Publish Release on GitHub"
command: |
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please raise an issue if you find any problems.*

## changelog

0.0.4 add Windows support
0.0.3 add note content from file
0.0.2 added bash completion
0.0.1 initial
Expand All @@ -33,11 +34,11 @@ Please raise an issue if you find any problems.*
## roadmap

features in progess:
- ~~bash completion~~
- ~~bash completion~~ DONE
- ~~test and document for Windows users~~ DONE
- export: plaintext or encrypted
- local caching of encrypted items
- option to securely persist session between commands
- test and document for Windows users
- manage preferences

## install and run
Expand Down

0 comments on commit 891dee8

Please sign in to comment.