Skip to content
Snippets Groups Projects
Commit 94a1efb7 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

playing with "cheat"

parent cc625946
No related branches found
No related tags found
No related merge requests found
......@@ -120,10 +120,11 @@ print "op_code=[$op_code] par=[", join (';', @PAR), "]\n";
if ($op_code eq 'help') { usage(); }
elsif ($op_code eq 'dump') { dump_note ($_) foreach (@PAR); }
elsif ($op_code eq 'show') { find_note ('uuid', $_) foreach (@PAR); }
elsif ($op_code eq 'toc') { tom_toc(); }
elsif ($op_code eq 'csv') { tom_csv(); }
elsif ($op_code eq 'show') { find_note ('uuid', $_) foreach (@PAR); }
elsif ($op_code eq 'find') { find_note ('title', @PAR); }
# elsif ($op_code eq 'cheat') { find_note ('title', $_) foreach (@PAR); }
elsif ($op_code eq 'uuid') { my $uuid= Tomboy::get_uuid(); print $uuid, "\n"; }
elsif ($op_code eq 'diff')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment