
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@chordcode/ticktick
Advanced tools
TickTick CLI is a cross-platform command-line tool that allows you to interact seamlessly with your TickTick tasks. Manage your reminders, create tasks, organize lists, and more—all directly from your terminal.
ticktick or tt commands globally after installation.Ensure you have Node.js installed, then install TickTick CLI globally using NPM:
npm install -g @chordcode/ticktick
After installation, set up TickTick CLI by running the configuration command. The tool will guide you through the necessary steps automatically.
ticktick --configure
After installation and configuration, you can use the ticktick or tt command to manage your tasks.
ticktick "Finish the report" -d notes.md -l "Work" -t "urgent" -D "next Monday" -p 2
Options:
-c, --configure: Run the configuration setup.-d, --description <file>: Specify a Markdown file for the task description.-l, --list <list_name>: Specify the list to add the task to.-t, --tag <tag>: Add tags to the task (can be used multiple times).-D, --due-date <due_date>: Set the due date (e.g., "tomorrow", "2023-11-01 14:00").-s, --start-date <start_date>: Set the start date.-p, --priority <priority>: Set priority level (0: None, 1: Low, 2: Medium, 3: High).-r, --reminder <reminder>: Add reminders (can be used multiple times).-z, --timezone <timezone>: Set the time zone (e.g., "America/Los_Angeles").-A, --all-day: Set the task as an all-day task.Display tasks for a specific list in Markdown:
ticktick -g "Work"
Get list data in JSON format:
ticktick -G "Work"
List all list names:
ticktick -ls
List all lists in JSON format:
ticktick -LS
To set up ticktick and tt as global commands:
ticktick -i
Note: Ensure the installation directory is in your PATH environment variable.
# Add a task with a description, tags, due date, and priority
ticktick "Prepare for the meeting" -d meeting_notes.md -t "work" -t "urgent" -D "tomorrow 10am" -p 3
# Display tasks for the 'Personal' list in formatted Markdown
tt -g "Personal"
# Get list data for 'Work' in JSON format
ticktick -G "Work"
# List all available lists
tt -ls
This project is licensed under the MIT License.
Developed by ChordCode with support from AI technologies.
Install TickTick CLI:
npm install -g @chordcode/ticktick
Configure the CLI:
ticktick --configure
Start managing your tasks from the command line!
Enjoy seamless task management with TickTick CLI!
FAQs
A command-line tool for TickTick
We found that @chordcode/ticktick demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.