TaskLite命令行待办软件使用手册

〇、安装说明

软件资源:

百度网盘:

通过网盘分享的文件:tl
链接: https://pan.baidu.com/s/119hfiw905vM6FYPFFoBNuA?pwd=todo 提取码: todo
–来自百度网盘超级会员v6的分享

网盘里面的资源

github:


https://github.com/ZYKWLJ/todo-listux/releases/tag/V1.0

会进入这个页面:

直接下载tl.exe即可!

安装过程:

本质将tl.exe文件设置进环境变量。

方式1:

上面下载好的资源里有名为set_tl_to_path.bat的脚本,以管理员的身份运行它,输入下载好的tl.exe所在路径,显示成功后,打开cmd,键入tl即可使用软件。

复制tl.exe所在路径

管理员身份运行脚本

运行成功样式

方式2:

手动将tl.exe所在目录路径(不是文件!)复制进系统环境变量之中,记住,一定要保证是名为tl.exe的文件!如果不是,改名为tl.exe再操作。


推荐使用方式1,自动化部署,极端情况下,方式1失效的话,再使用方式2。在方式2中,如果您不会设置系统环境变量,请参考如下文章或者我录制的视频:
文章:

https://blog.csdn.net/palmer_kai/article/details/80588594

视频:

tl使用实例

如果还不行,请您联系WeChat:2126483838。备注来意。

一、软件使用说明

1.指令格式

tl [command] [arguments]

指令格式说明:

  • 每个指令的 T o k e n Token Token 之间至少有一个空格间隔
  • tl 属于固参指令,[command] [arguments] 属于变参指令。

2.指令原语

这就是指令格式中command的可取值。

$\+-/!==%%=
helpsettingshowadddonedeletetogglereplaceprependappend

3.指令手册

程序名指令参数1参数2参数3参数4指令解释
tl?commandShow command help information
tl$key=valueSet configuration key to value
tl\Show task (today)
tl\dtShow task (current date)
tl\dtdfShow task (specific date)
tl+contentAdd task (today)
tl+contentdtAdd task (current date)
tl+contentdtdfAdd task (specific date)
tl-tidMark task as done (today)
tl-tiddtMark task as done (current date)
tl-tiddtdfMark task as done (specific date)
tl/tidDelete task (today)
tl/tiddtDelete task (current date)
tl/tiddtdfDelete task (specific date)
tl!tidToggle task (today)
tl!tiddtToggle task (current date)
tl!tiddtdfToggle task (specific date)
tl=tidcontentReplace task (today)
tl=tidcontentdtReplace task (current date)
tl=tidcontentdtdfReplace task (specific date)
tl=%tidcontentPrepend to task (today)
tl=%tidcontentdtPrepend to task (current date)
tl=%tidcontentdtdfPrepend to task (specific date)
tl%=tidcontentAppend to task (today)
tl%=tidcontentdtAppend to task (current date)
tl%=tidcontentdtdfAppend to task (specific date)

注意:

dt可取值

-d-w-m-y

df可取值

yyyy.mm.ddyyyy.mm.wwyyyy.mmyyyy
年月日年月周年月

二、指令大全

tl? command

帮助命令。

指令说明
tl?显示帮助指令的使用手册
tl? $显示设置指令的使用手册
tl? \显示查看指令的使用手册
tl? +显示添加任务指令的使用手册
tl? -显示完成任务指令的使用手册
tl? /显示删除任务指令的使用手册
tl?!显示切换指令的使用手册
tl? =显示替换指令的使用手册
tl? =%显示追加内容指令的使用手册
tl? %=显示前置内容指令的使用手册

tl $ k=v

设置命令。

指令说明
tl $ color=on启用彩色显示
tl $ color=off禁用彩色显示
tl $ time=on显示时间信息
tl $ time=off隐藏时间信息
tl $ border=on启用边框显示
tl $ border=off禁用边框显示

tl \ dt df

查询命令。

指令格式说明
tl \显示今日任务
tl \ -d显示当前日期任务
tl \ -d 2025.06.01显示2025年6月1日任务
tl \ -w显示本周任务
tl \ -w 2025.06.01显示2025年6月第1周任务
tl \ -m显示本月任务
tl \ -m 2025.06显示2025年6月任务
tl \ -y显示本年任务
tl \ -y 2025显示2025年任务

tl + content dt df

添加命令。

指令格式说明
tl + content添加今日任务
tl + content -d添加当前日期任务
tl + content -d 2025.06.01添加2025年6月1日任务
tl + content -w添加本周任务
tl + content -w 2025.06.01添加2025年6月第1周任务
tl + content -m添加本月任务
tl + content -m 2025.06添加2025年6月任务
tl + content -y添加本年任务
tl + content -y 2025添加2025年任务

tl - tid dt df

完成命令。

指令格式说明
tl - tid标记今日任务列表中id为tid的任务为已完成
tl - tid -d标记当前日期任务列表中id为tid的任务为已完成
tl - tid -d 2025.06.01标记2025年6月1日任务列表中id为tid的任务为已完成
tl - tid -w标记本周任务列表中id为tid的任务为已完成
tl - tid -w 2025.06.01标记2025年6月第1周任务列表中id为tid的任务为已完成
tl - tid -m标记本月任务列表中id为tid的任务为已完成
tl - tid -m 2025.06标记2025年6月任务列表中id为tid的任务为已完成
tl - tid -y标记本年任务列表中id为tid的任务为已完成
tl - tid -y 2025标记2025年任务列表中id为tid的任务为已完成

tl / tid dt df

删除命令。

指令格式说明
tl / tid删除今日任务列表中id为tid的任务
tl / tid -d删除当前日期任务列表中id为tid的任务
tl / tid -d 2025.06.01删除2025年6月1日任务列表中id为tid的任务
tl / tid -w删除本周任务列表中id为tid的任务
tl / tid -w 2025.06.01删除2025年6月第1周任务列表中id为tid的任务
tl / tid -m删除本月任务列表中id为tid的任务
tl / tid -m 2025.06删除2025年6月任务列表中id为tid的任务
tl / tid -y删除本年任务列表中id为tid的任务
tl / tid -y 2025删除2025年任务列表中id为tid的任务

tl! tid dt df

反转命令。

指令格式说明
tl! tid切换今日任务列表中id为tid的任务状态(完成/未完成)
tl! tid -d切换当前日期任务列表中id为tid的任务状态
tl! tid -d 2025.06.01切换2025年6月1日任务列表中id为tid的任务状态
tl! tid -w切换本周任务列表中id为tid的任务状态
tl! tid -w 2025.06.01切换2025年6月第1周任务列表中id为tid的任务状态
tl! tid -m切换本月任务列表中id为tid的任务状态
tl! tid -m 2025.06切换2025年6月任务列表中id为tid的任务状态
tl! tid -y切换本年任务列表中id为tid的任务状态
tl! tid -y 2025切换2025年任务列表中id为tid的任务状态

tl = tid content dt df

替换命令。

指令格式说明
tl = tid content替换今日任务列表中id为tid的任务内容
tl = tid content -d替换当前日期任务列表中id为tid的任务内容
tl = tid content -d 2025.06.01替换2025年6月1日任务列表中id为tid的任务内容
tl = tid content -w替换本周任务列表中id为tid的任务内容
tl = tid content -w 2025.06.01替换2025年6月第1周任务列表中id为tid的任务内容
tl = tid content -m替换本月任务列表中id为tid的任务内容
tl = tid content -m 2025.06替换2025年6月任务列表中id为tid的任务内容
tl = tid content -y替换本年任务列表中id为tid的任务内容
tl = tid content -y 2025替换2025年任务列表中id为tid的任务内容

tl = % tid content dt df

前缀增加命令。

指令格式说明
tl =% tid content在今日任务列表中id为tid的内容前追加新内容
tl =% tid content -d在当前日期任务列表中id为tid的内容前追加新内容
tl =% tid content -d 2025.06.01在2025年6月1日任务列表中id为tid的内容前追加新内容
tl =% tid content -w在本周任务列表中id为tid的内容前追加新内容
tl =% tid content -w 2025.06.01在2025年6月第1周任务列表中id为tid的内容前追加新内容
tl =% tid content -m在本月任务列表中id为tid的内容前追加新内容
tl =% tid content -m 2025.06在2025年6月任务列表中id为tid的内容前追加新内容
tl =% tid content -y在本年任务列表中id为tid的内容前追加新内容
tl =% tid content -y 2025在2025年任务列表中id为tid的内容前追加新内容

tl %= tid content dt df

后缀增加命令。

指令格式说明
tl %= tid content在今日任务列表中id为tid的内容后追加新内容
tl %= tid content -d在当前日期任务列表中id为tid的内容后追加新内容
tl %= tid content -d 2025.06.01在2025年6月1日任务列表中id为tid的内容后追加新内容
tl %= tid content -w在本周任务列表中id为tid的内容后追加新内容
tl %= tid content -w 2025.06.01在2025年6月第1周任务列表中id为tid的内容后追加新内容
tl %= tid content -m在本月任务列表中id为tid的内容后追加新内容
tl %= tid content -m 2025.06在2025年6月任务列表中id为tid的内容后追加新内容
tl %= tid content -y在本年任务列表中id为tid的内容后追加新内容
tl %= tid content -y 2025在2025年任务列表中id为tid的内容后追加新内容

三、逐条命令演示

逐条命令演示

tl

主页

tl ? command

显示命令command的使用手册。
其中command属于下列命令原语之一:

?$\+-/!==%%=

本小节举几个典例即可。其余均一致。

tl ?

展示help(?)命令的使用

tl ? ?

同tl ?,不再赘述。

tl ? $

展示set($)命令的使用

tl ? +

展示add(+)命令的使用

tl ? /

展示show(/)命令的使用

tl ? -

展示done(-)命令的使用

tl ? !

展示toggle(!)命令的使用

tl ? /

展示delete(/)命令的使用

tl ? =

展示replace(=)命令的使用

tl ? =%

展示prepend(=%)命令的使用

tl ? %=

展示append(%=)命令的使用

tl $ k=v

设置命令。

tl $ color=on

tl $ color=off

颜色开关设置

tl $ time=on

tl $ time=off

时间开关设置

tl $ border=on

tl $ border=off

边框开关设置

tl + content [dt] [df]

添加任务到指定日期。

tl + content

添加任务content到当天。
添加任务content到当天

tl + content -d

同tl + content

tl + content -d 2026.10.01

添加任务content到指定天(2026年10月1日)。

添加任务content到指定天(2026年10月1日)

tl + content -w

添加任务content到本周。
添加任务content到本周

tl + content -w 2026.05.04

添加任务content到指定周(2025年5月第四周)。
添加任务content到指定周(2025年5月第四周)

tl + content -m

添加任务content到本月。
添加任务content到本月

tl + content -m 2026.06

添加任务content到指定月(2026年6月)。

添加任务content到指定月

tl + content -y

添加任务content到本年。
添加任务content到本年

tl + content -y 2026

添加任务content到指定年(2026年)。
添加任务content到指定年(2026年)

tl \ [dt] [df]

查看指定日期的任务。

tl \

查看当天的任务
查看当天的任务

tl \ -d

同tl \

tl \ -d 2026.01.01

查看指定天的任务(2026年01月01日)

tl \ -w

查看本周的任务

tl \ -w 2025.05.04

查看指定周的任务(2025年5月第四周)

tl \ -m

查看本月的任务

tl \ -m 2026.06

查看指定月的任务(2026年6月)

tl \ -y

查看本年的任务

tl \ -y 2026

查看指定年的任务(2026年)

tl - tid [dt] [df]

将指定任务标记为已完成。

tl - tid

将今日任务中ID为tid的任务标记为已完成

tl - tid -d

同tl - tid

tl - tid -d 2026.10.01

将指定日(2026年10月1日)任务中ID为tid的任务标记为已完成

tl - tid -w


将本周任务中ID为tid的任务标记为已完成

tl - tid -w 2026.05.04

将指定周(2026年5月第4周)任务中ID为tid的任务标记为已完成

tl - tid -m

将本月任务中ID为tid的任务标记为已完成

tl - tid -m 2026.06

将指定月(2026年6月)任务中ID为tid的任务标记为已完成

tl - tid -y

将本年任务中ID为tid的任务标记为已完成

tl - tid -y 2026

将指定年(2026年)任务中ID为tid的任务标记为已完成

tl ! tid [dt] [df]

切换指定任务的完成状态(完成/未完成)。

tl ! tid

切换今日任务中ID为tid的任务状态

tl ! tid -d

同tl ! tid

tl ! tid -d 2026.10.01

切换指定日(2026年10月1日)任务中ID为tid的任务状态

tl ! tid -w

切换本周任务中ID为tid的任务状态

tl ! tid -w 2026.05.04

切换指定周(2026年5月第4周)任务中ID为tid的任务状态

tl ! tid -m

切换本月任务中ID为tid的任务状态

tl ! tid -m 2026.06

切换指定月(2026年6月)任务中ID为tid的任务状态

tl ! tid -y

切换本年任务中ID为tid的任务状态

tl ! tid -y 2026

切换指定年(2026年)任务中ID为tid的任务状态

tl = tid content [dt] [df]

替换指定任务的内容。

tl = tid content

替换ID为tid的任务内容为content

tl = tid content -d

同tl = tid content

tl = tid content -d 2026.10.01

替换2026年10月1日任务中ID为tid的任务内容为content

tl = tid content -w

替换本周任务中ID为tid的任务内容为content

tl = tid content -w 2026.05.04

替换2026年5月第4周任务中ID为tid的任务内容为content

tl = tid content -m

替换本月任务中ID为tid的任务内容为content

tl = tid content -m 2026.06

替换2026年6月任务中ID为tid的任务内容为content

tl = tid content -y

替换本年任务中ID为tid的任务内容为content

tl = tid content -y 2025

替换2025年任务中ID为tid的任务内容为content

tl prepend

tl =% tid content [dt] [df]

在指定任务的内容前添加内容。

tl =% tid content

在当天ID为tid的任务内容前添加content

tl =% tid content -d

同tl =% tid content

tl =% tid content -d 2026.06.01

在2026年10月1日的ID为tid的任务内容前添加content

tl =% tid content -w

在本周的ID为tid的任务内容前添加content

tl =% tid content -w 2026.05.04

在2026年5月第4周的ID为tid的任务内容前添加content

tl =% tid content -m

在本月的ID为tid的任务内容前添加content

tl =% tid content -m 2026.06

在2026年6月的ID为tid的任务内容前添加content

tl =% tid content -y

在本年的ID为tid的任务内容前添加content

tl =% tid content -y 2026

在2026年的ID为tid的任务内容前添加content

tl append

tl += tid content [dt] [df]

在指定任务的内容后添加内容。

tl += tid content

在ID为tid的任务内容后添加content(不指定日期和其他标志)

tl += tid content -d

同tl += tid content

tl += tid content -d 2026.10.01

在2026年10月1日的ID为tid的任务内容后添加content

tl += tid content -w

在本周的ID为tid的任务内容后添加content

tl += tid content -w 2026.05.04

在2026年5月第4周的ID为tid的任务内容后添加content

tl += tid content -m

在本月的ID为tid的任务内容后添加content

tl += tid content -m 2026.06

在2026年6月的ID为tid的任务内容后添加content

tl += tid content -y

在本年的ID为tid的任务内容后添加content

tl += tid content -y 2026

在2026年的ID为tid的任务内容后添加content

tl delete

tl / tid [dt] [df]

删除指定的任务。

tl / tid

删除ID为tid的任务(不指定日期和其他标志)

tl / tid -d

同tl / tid

tl / tid -d 2026.10.01

删除2026年10月1日中ID为tid的任务

tl / tid -w

删除本周中ID为tid的任务

tl / tid -w 2026.05.04

删除2026年5月第4周中ID为tid的任务

tl / tid -m

删除本月中ID为tid的任务

tl / tid -m 2026.06

删除2026年6月中ID为tid的任务

tl / tid -y

删除本年中ID为tid的任务

tl / tid -y 2026

删除2026年中ID为tid的任务

四、未来展望

(1)任务延顺。今天没完成的任务,可以选择顺延到下一天。

(2)接入网络。本系统为单机系统,未来可接入服务器,云端保存数据。

(3)分布式架构。目前仅仅实现电脑端,后续可实现移动端,提供分布式架构支持。


希望这款软件能给您的生活带来一些开心!

评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值