Skip to content

A minimal text editor with a built-in revision tree.

License

Notifications You must be signed in to change notification settings

zencephalon/DeftDraft-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====== C/Draft ======

C/Draft is a fullscreen simple text editor, with an extra feature: you can work 
with a full revision tree as you type.

====== Screenshot ======

http://i.imgur.com/fXYj3.png

===== Dependencies =====

PyRoom depends on Python, PyGTK and XDG bindings for Python (python-xdg. Please
refer to your system documentation for information on how to install these
modules if they're not currently available.

====== Optional dependencies ======

In order to use GNOME default fonts in PyRoom, gconf bindings (python-gconf)
are recommended.

If you're installing manually from our tarball and want to use PyRoom in your
own language, you'll need to install gettext.

===== Installing and Running =====

$ git clone https://SlyShy@github.com/SlyShy/CDraft.git    

==== Usage ====

=== Running CDraft ===

To run pyroom and instruct it to load some existing files, type:

  $ cdraft /path/to/file1 /other/path/to/file2

=== Example Usage ===

For example, to load PyRoom and instruct it to load the files "article.txt" and
"blogpost.txt", type the following:

  $ cdraft article.txt blog.txt

==== Key Bindings ====

There are a few keys allowing you to perform a few useful commands:

  * Alt-H: Show help in a new buffer
  * Control-I: Show buffer information
  * Control-N: Create a new buffer
  * Control-O: Open a file in a new buffer
  * Control-Q: Quit
  * Alt-S: Save current buffer
  * Control-Shift-S: Save current buffer as
  * Control-W: Close buffer and exit if it was the last buffer
  * Control-Page Up: Switch to previous buffer
  * Control-Page Down: Switch to next buffer

  * Control-H: Cycle left.
  * Control-L: Cycle right.
  * Control-J: Descend down the tree.
  * Control-K: Revert up the tree.
  * Control-Z: Revert up the tree.
  * Control-S: Commit branch.

About

A minimal text editor with a built-in revision tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published