Skip to content

Commit

Permalink
Merge pull request #6 from jceaser/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jceaser committed May 4, 2024
2 parents 5697e94 + 431564f commit abcda37
Show file tree
Hide file tree
Showing 13 changed files with 1,284 additions and 196 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ _testmain.go
*.test
*.prof

*.linux
color
console
counter
date-math
db
db2
filter
iif
isodate
md2html
params
roll
rpn
scale
smatrix
striper
thru
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ A collection of command line tools written in Go
* date-math - find difference between two dates
* db - simple name/value storage
* db2 - complex data storage with forms ; in progress
* filter - filter out matching lines from regexp
* iif - inline if for scripting
* isodate - current date in iso format because date stinks
* md2html - template based HTML generator from markdown source
* params - a tool for processing url parameters and parts
* roll - rotate files like logs ; in progress
* rpn - an RPN calculator
* scale - console line chart scroler ; experimental
Expand All @@ -23,7 +25,7 @@ Inline If
returns a value if the left and right operands meet a condition

Usage:
iff -left 10 -test '==' -right 10
iff -left 10 -test '==' -right 10

### rpn ###
A Reverse Polish Notation calculator
Expand Down
Loading

0 comments on commit abcda37

Please sign in to comment.