timestamplab-cli
v0.1.1
Published
Command-line tools for timestamp operations
Maintainers
Readme
@timestamplab/cli
Command-line tools for timestamp operations.
npm install -g @timestamplab/cliUsage
# Convert timestamp
tsl convert 1777187459
# Get current time
tsl now
# Calculate difference
tsl diff 1777187459 1777273859
# Batch convert
tsl batch timestamps.txt --csv output.csv
# Time calculator
tsl calc 1777187459 +1d # Add 1 day
tsl calc 1777187459 -2h30m # Subtract 2 hours 30 minutesSee main README for full documentation.
License
MIT © TimestampLab
