Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yagtd(1) [debian man page]

YAGTD(1)							     COMMANDS								  YAGTD(1)

NAME
yagtd - utility to help organize your to-do lists SYNOPSIS
yagtd [options] <file> DESCRIPTION
yagtd is invoked with the name of a text file as first and only argument. This file is used to store the to-do list. yagtd opens an interactive command-prompt for adding, managing and viewing to-do items. The command mode is described in the yagtd manual. The manual also includes a practical introduction to using yagtd. OPTIONS
-c, --color Activate color highlighting -q, --quiet Do not print copyright message SEE ALSO
The yagtd manual. Installed on Debian systems in /usr/share/doc/yagtd/rest/yagtd.html. Can also be found online on the yagtd website. Website - https://gna.org/projects/yagtd/ 2008-11-30 YAGTD(1)

Check Out this Related Man Page

FASTDEP(1)						      General Commands Manual							FASTDEP(1)

NAME
fastdep -- fast dependency generator for C/C++ SYNOPSIS
fastdep [options] file DESCRIPTION
This manual page documents briefly the fastdep command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has html documentation in HTML format; see below. fastdep is a dependency generator for C and C++ files. It generates dependencies an order of magnitude faster than using gcc to do such. Example Makefile fragment: _depend: fastdep $(SOURCES) > _depend -include _depend OPTIONS
This programs follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -v --version Show version, author, license of program. SEE ALSO
make (1), cook (1), gcc (1), dep.pl (1), cvs (1), aegis (1). The program is documented fully at /usr/share/doc/fastdep/manual/fastdep.html. AUTHOR
This manual page was written by Zenaan Harkness zen@freedbms.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. FASTDEP(1)
Man Page