Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MindForger(1)		    General Commands Manual		 MindForger(1)

NAME
       mindforger  -   easily  view, navigate and manage your knowledge	and/or
       Markdown	files.

SYNOPSIS
       mindforger [options] [<directory>|<file>]

DESCRIPTION
       MindForger is a personal	thinking notebook and Markdown editor.

       MindForger is definitive	human mind inspired knowledge management  tool
       which  aims  to	connect	the tradition of outline editors with emerging
       technologies. Its mission is to help you	in organization	of your	knowl-
       edge and	associated local, web and real world resources in a  way  that
       enables	quick  navigation, concise representation, automatic intercon-
       nections, associative completion	and inferencing.

       MindForger can be also used as Markdown editor/IDE as it	uses  Markdown
       shorthand.

OPTIONS
       -r --theme <theme>
	      Use specified GUI	<theme>	like light, dark or black.

       -c --config-path	<config-file-path>
	      Load configuration from the given	file <config-file-path>.

       -h --help
	      Show help

       -v --version
	      Show version information

ENVIRONMENT VARIABLES
       MindForger defines the following	environment variables:

       MINDFORGER_REPOSITORY
		   If  no  repository  is found	in the default directory, then
	      it's loaded from directory specified by this  environment	 vari-
	      able.  This  environment variable	is overriden by	directory/file
	      specified	as program argument.

FILES AND DIRECTORIES
       ~/.mindforger.md
	      MindForger configuration file.

       ~/mindforger-repository
	      Directory	where MindForger expects to find a default repository.

EXAMPLES
       mindforger --theme dark
	      Open configured/default knowledge	repository and use  `dark`  UI
	      theme.

       mindforger ./ideas.md
	      Open `ideas.md` Markdown formatted file.

       mindforger --theme light	./a-github-project-directory
	      Find  all	 Markdown  formatted files in `a-github-project-direc-
	      tory` to search/browse/edit and use `light` UI theme.

AUTHOR
       Written by Martin Dvorak	<martin.dvorak@mindforger.com>

BUGS
       Report bugs to https://github.com/dvorka/mindforger/issues

								 MindForger(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mindforger&sektion=1&manpath=FreeBSD+14.3-RELEASE+and+Ports>

home | help