Commit Graph

36 Commits

Author SHA1 Message Date
8156efdd3f
Update codeql-analysis.yml
disable cron check
2021-03-09 18:01:02 +03:00
ac2ae8d89e fix: app version when build with github-actions
because actions/checkout@v2 doesn't load tags :(
2021-01-09 07:56:14 +03:00
5d824f104e
Update README-ru.md 2020-12-22 22:16:43 +03:00
8447dc4de0
Update README-ru.md 2020-12-22 19:38:20 +03:00
f9c58c7098
Update README.md 2020-12-22 19:33:09 +03:00
5cae4c44b2
Update README-ru.md 2020-12-22 19:32:25 +03:00
4e48b1ef85
Create README-ru.md 2020-12-22 19:31:42 +03:00
a703dd375c fix docs and readme 2020-12-17 21:18:14 +03:00
2fbd9030eb
Update README.md
Add CodeQL badge
2020-12-17 21:07:31 +03:00
75265509f3
Create codeql-analysis.yml 2020-12-17 20:59:36 +03:00
ab44e1c12d
Update README.md 2020-12-11 16:16:14 +03:00
8d912597cf feat: add auto test (github actions) 2020-12-11 16:14:01 +03:00
60c08d2a2d Merge branch 'master' of https://github.com/GenZmeY/multini 2020-12-11 16:04:34 +03:00
67648811a5 fix: save the version when building manually 2020-12-11 15:57:24 +03:00
9cc9af1759 perf: remove debuginfo from release binary 2020-12-11 15:38:12 +03:00
96aa1540ab
Update README.md 2020-11-09 21:29:47 +03:00
88d1ec4201
Update README.md 2020-11-09 21:07:26 +03:00
47b9dba690 Update README.MD 2020-11-09 20:35:21 +03:00
c258e6096f refactor: improved line parser
- improved support for C-style comments;
- add support for keys with square brackets;
- slightly improved speed.
2020-11-09 17:03:57 +03:00
a5976526ae add spec for src.rpm 2020-11-03 18:26:45 +03:00
3d467bd979 Merge branch 'master' of https://github.com/GenZmeY/multini 2020-11-03 17:36:28 +03:00
28fe0bda17 update .gitignore 2020-11-03 17:36:03 +03:00
25f6b1537d
Create README.md 2020-11-03 17:29:09 +03:00
287547b69e add github actions workflow 2020-11-03 17:11:59 +03:00
f4934225b6 Ah shit, here we go again 2020-11-03 13:14:35 +03:00
69be8312f8 add C-style comment support 2020-11-03 11:20:24 +03:00
f083dcd3d8 enable go modules 2020-11-03 11:19:37 +03:00
44e955a047 change project structure 2020-11-03 10:47:19 +03:00
c76140ffe1 release: 0.2.3
- fixed file write for the '--inplace' option
2020-04-30 08:15:26 +03:00
a89e63f19f fix: file write for the '--inplace' option
removes tails for --inplace in case
the source file is larger than the modified one
2020-04-30 08:09:53 +03:00
0ea49ff1ad release: 0.2.2
- stop parsing options when pos args started
- add sections with newline before
2020-04-29 11:38:02 +03:00
325c6c25d7 release: 0.2.1
fix "rename invalid cross-device link"
2020-04-29 05:31:19 +03:00
805813201e docs: update README 2020-04-27 14:37:38 +03:00
702cd21256 release: 0.2
- fix inplace arg
- follow symlinks by default
- reverse flag
- quiet flag
- try chown/chmod on unix
2020-04-27 14:35:10 +03:00
294a89ba74 0.1 2020-04-26 02:42:14 +03:00
753cb7bfd6
Initial commit 2020-04-26 00:02:58 +03:00