Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hippie68/sfo

Tags

v1.02

Toggle v1.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Various improvements

v1.01:
- For better control, modification commands are now executed in the order in which they appear in the program's command line arguments
- Changed option -s, --search, to -q, --query; it will now return exit code 0 if the queried parameter exists - otherwise 1
- Added option -s, --set: overwrites an existing parameter or creates a new one
- Option -a, -add will never overwrite existing data
- Added a better explanation for how modifications fail in the usage information, and some examples in the README.md

v1.02:
- Fixed -e, --edit not overwriting old data with zeros

v1.01

Toggle v1.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v1.00

Toggle v1.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.5-beta

Toggle v0.5-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.2-alpha

Toggle v0.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implemented write access and options

v0.1-alpha

Toggle v0.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rewrite in C

First version of a rewrite in C. Writing to files is currently not implemented.