2 个版本

0.0.2 2021年1月1日
0.0.1 2021年1月1日

#7 in #friend

GPL-3.0-or-later

19KB

Podstakannik

Podstakannik (Подстака́нник) 是您茶时的朋友 ;)

这是一个文件/目录守护程序,用于监视本地文件系统上的个人日记帖子。

设置

% cargo install podstakannik

使用

% podstakannik

开发

% git clone https://gitlab.com/grauwoelfchen/podstakannik.git
% cd podstakannik
% make build

对于其他开发目标,请参阅 make help 的输出。

% make help
build:debug    Build in debug mode [alias: build]
build:release  Create release build
clean          Clean up
coverage       Generate coverage report of tests [alias: cov]
help           Display this message
package        Create package
test:all       Run all unit tests [alias: test]
verify:all     Check code using all verify:xxx targets [alias: verify]
verify:check   Verify code syntax [alias: check]
verify:format  Verify format without changes [alias: verify:fmt, format, fmt]
verify:lint    Verify coding style using clippy [alias: lint]

许可证

GPL-3.0--更新

Podstakannik
Copyright 2020 Yasuhiro Яша Asaka

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://gnu.ac.cn/licenses/>.

依赖项

~1.5MB
~23K SLoC