This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
commandlog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Command-line history logging utilities
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19
Commits
2
Branches
55 KiB
Branch:
master
master
v2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
commandlog
/
bin
/
commandlog-pause
4 lines
75 B
Raw
Permalink
Normal View
History
add pause and resume subcommands Touches a file in the homedir. This should be better thought through. It could, for example, store it in the db itself...
3 years ago
#!/bin/sh
echo 'Pausing command logging.'
touch "$HOME/commandlog-paused"