]> ruderich.org/simon Gitweb - nsscash/nsscash.git/history - main.go
.github: update upstream actions to latest version
[nsscash/nsscash.git] / main.go
2021-01-16 Simon RuderichGuarantee durability after renaming temporary files
2021-01-16 Simon RuderichUpdate copyright years
2020-02-18 Simon RuderichUse github.com/google/renameio for atomic file updates
2020-02-18 Simon RuderichUpdate copyright years
2019-06-14 Simon Ruderichnsscash: convert: create file atomically
2019-06-14 Simon Ruderichnsscash: go fmt
2019-06-14 Simon Ruderichnsscash: return error instead of calling log.Fatal()
2019-06-14 Simon Ruderichnsscash: split main() into separate functions
2019-06-13 Simon Ruderichnsscash: write state on each successful run
2019-06-08 Simon RuderichAdd support for group files
2019-06-08 Simon Ruderichnsscash: go fmt
2019-06-08 Simon Ruderichnsscash: add support to convert plain files
2019-06-08 Simon Ruderichnsscash: add "convert" sub-command
2019-06-08 Simon Ruderichnsscash: remove a few empty lines
2019-06-08 Simon Ruderichnsscash: go fmt
2019-06-08 Simon Ruderichnsscash: add "fetch" sub-command for the default action
2019-06-08 Simon RuderichFirst working version