Skip to content

Commit

Permalink
Replaced table with a list
Browse files Browse the repository at this point in the history
  • Loading branch information
purplg committed Jan 30, 2024
1 parent 3641560 commit 20f7a54
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions treebundel.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,26 @@
;; name opened.

;;;; Usage:

;; | Command | Description |
;; |-----------------------------+---------------------------------------------|
;; | ~treebundel-open~ | Open a project in a workspace |
;; | ~treebundel-open-project~ | Open other project within current workspace |
;; | ~treebundel-add-project~ | Add a project to a workspace |
;; | ~treebundel-remove-project~ | Remove a project from a workspace |
;; | ~treebundel-delete-workspace~ | Delete a workspace |
;;
;; The following functions are the commands you should use (and
;; probably bind) to make use of this package.
;;
;; `treebundel-open'
;; Open a project in a workspace.
;;
;; `treebundel-open-project'
;; Open other project within current workspace.
;;
;; `treebundel-add-project'
;; Add a project to a workspace.
;;
;; `treebundel-remove-project'
;; Remove a project from a workspace. This will check if the project
;; has any changes before removing it.
;;
;; `treebundel-delete-workspace'
;; Delete a workspace. This will also remove all projects in a
;; workspace if they don't have any changes.

;;; Code:
(require 'subr-x)
Expand Down

0 comments on commit 20f7a54

Please sign in to comment.