Skip to content

Commit

Permalink
Release: 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Nov 18, 2020
1 parent bc7343e commit 2fd586d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 68 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ These commands work on URL strings. While most users probably won't use these,
:TOC: :depth 0
:END:

** 0.1-pre
** 0.1

Yet to be tagged.
Initial release.

* Development

Expand Down
2 changes: 1 addition & 1 deletion burly.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Adam Porter <adam@alphapapa.net>
;; URL: https://github.com/alphapapa/burly.el
;; Version: 0.1-pre
;; Version: 0.1
;; Package-Requires: ((emacs "26.3") (map "2.1"))
;; Keywords: convenience

Expand Down
133 changes: 68 additions & 65 deletions burly.info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is README.info, produced by makeinfo version 6.5 from README.texi.
This is README.info, produced by makeinfo version 5.2 from README.texi.

INFO-DIR-SECTION Emacs
START-INFO-DIR-ENTRY
Expand All @@ -11,6 +11,37 @@ File: README.info, Node: Top, Next: Installation, Up: (dir)
Burly.el
********

* Menu:

* Installation::
* Usage::
* Changelog::
* Development::
* Credits::
* License::

— The Detailed Node Listing —

Installation

* MELPA::
* Quelpa::
* Manual::



Usage

* Bookmark commands::
* URL commands::
* Tips::



Changelog

* 0.1: 01.

This package provides tools to save and restore frame and window
configurations in Emacs, including buffers that may not be live anymore.
In this way, it’s like a lightweight "workspace" manager, allowing you
Expand All @@ -35,42 +66,14 @@ include here by default).
Internally, buffers and frame/window configurations are also encoded
as URLs, and users may also save and open those URLs instead of using
Emacs bookmarks. (The name "Burly" comes from "buffer URL.") For
example, a URL to the Installation/Quelpa heading in this file, as I’m
example, a URL to the Installation/Quelpa heading in this file, as I’m
writing it, looks like this:

emacs+burly+file:///home/me/src/emacs/burly.el/README.org?pos=2651&outline-path=%28%22Installation%22%20%22Quelpa%22%29&relative-pos=308
emacs+burly+file:///home/me/src/emacs/burly.el/README.org?pos=2651&outline-path=%28%22Installation%22%20%22Quelpa%22%29&relative-pos=308

In terms of built-in features, Burly may be seen as integrating or
leveraging the built-in libraries ‘bookmark.el’, ‘window.el’, and
‘frameset.el’.

* Menu:

* Installation::
* Usage::
* Changelog::
* Development::
* Credits::
* License::

— The Detailed Node Listing —

Installation

* MELPA::
* Quelpa::
* Manual::

Usage

* Bookmark commands::
* URL commands::
* Tips::

Changelog

* 0.1-pre: 01-pre.

leveraging the built-in libraries bookmark.el, window.el, and
frameset.el.


File: README.info, Node: Installation, Next: Usage, Prev: Top, Up: Top
Expand Down Expand Up @@ -110,9 +113,9 @@ File: README.info, Node: Manual, Prev: Quelpa, Up: Installation
1.3 Manual
==========

1. Install version 2.1 or later of the map library from GNU ELPA.
2. Copy burly.el into a directory in your load-path, then
‘(require 'burly)’.
1. Install version 2.1 or later of the map library from GNU ELPA.
2. Copy burly.el into a directory in your load-path, then ‘(require
'burly)’.


File: README.info, Node: Usage, Next: Changelog, Prev: Installation, Up: Top
Expand All @@ -135,15 +138,15 @@ File: README.info, Node: Bookmark commands, Next: URL commands, Up: Usage
Most users will probably use Burly by bookmarking frame and window
configurations and accessing them with these commands:

burly-bookmark-frames: Bookmark the current frames and their
window configurations.
burly-bookmark-windows: Bookmark the current frame’s window
• burly-bookmark-frames: Bookmark the current frames and their window
configurations.
• burly-bookmark-windows: Bookmark the current frame’s window
configuration.
burly-open-bookmark: Select and open a Burly bookmark.
• burly-open-bookmark: Select and open a Burly bookmark.

Note that bookmarks created by Burly are regular Emacs bookmarks, so
they can be managed by Emacs’s built-in bookmark commands, e.g.
list-bookmarks’, ‘bookmark-delete, etc.
list-bookmarks, bookmark-delete, etc.


File: README.info, Node: URL commands, Next: Tips, Prev: Bookmark commands, Up: Usage
Expand All @@ -154,12 +157,12 @@ File: README.info, Node: URL commands, Next: Tips, Prev: Bookmark commands,
These commands work on URL strings. While most users probably won’t use
these, they may be useful for building custom tooling.

burly-open-url: Open a Burly URL (at point, or prompt for one),
• burly-open-url: Open a Burly URL (at point, or prompt for one),
displaying the buffer(s) in the current window or frame.
burly-kill-buffer-url: Copy BUFFER’s URL to the kill ring.
burly-kill-frames-url: Copy the current frameset’s URL to the
kill ring.
burly-kill-windows-url: Copy the current frame’s window
• burly-kill-buffer-url: Copy BUFFER’s URL to the kill ring.
• burly-kill-frames-url: Copy the current frameset’s URL to the kill
ring.
• burly-kill-windows-url: Copy the current frame’s window
configuration URL to the kill ring.


Expand All @@ -168,7 +171,7 @@ File: README.info, Node: Tips, Prev: URL commands, Up: Usage
2.3 Tips
========

• You can customize settings in the burly group.
• You can customize settings in the burly group.
• An Info manual is included with this package.


Expand All @@ -179,15 +182,15 @@ File: README.info, Node: Changelog, Next: Development, Prev: Usage, Up: Top

* Menu:

* 0.1-pre: 01-pre.
* 0.1: 01.


File: README.info, Node: 01-pre, Up: Changelog
File: README.info, Node: 01, Up: Changelog

3.1 0.1-pre
===========
3.1 0.1
=======

Yet to be tagged.
Initial release.


File: README.info, Node: Development, Next: Credits, Prev: Changelog, Up: Top
Expand Down Expand Up @@ -218,19 +221,19 @@ GPLv3

Tag Table:
Node: Top219
Node: Installation2341
Node: MELPA2492
Node: Quelpa2611
Node: Manual2924
Node: Usage3193
Node: Bookmark commands3352
Node: URL commands4055
Node: Tips4733
Node: Changelog4933
Node: 01-pre5070
Node: Development5166
Node: Credits5337
Node: License5570
Node: Installation2308
Node: MELPA2459
Node: Quelpa2578
Node: Manual2891
Node: Usage3142
Node: Bookmark commands3301
Node: URL commands3974
Node: Tips4628
Node: Changelog4822
Node: 014952
Node: Development5035
Node: Credits5206
Node: License5439

End Tag Table

Expand Down

0 comments on commit 2fd586d

Please sign in to comment.