* guile: update the scripts
This commit is contained in:
@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
|
|||||||
;; along with this program; if not, write to the Free Software Foundation,
|
;; along with this program; if not, write to the Free Software Foundation,
|
||||||
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;; DESCRIPTION: graph the number of messages per day
|
;; INFO: graph the number of messages per day
|
||||||
;; DESCRIPTION: options:
|
;; INFO: options:
|
||||||
;; DESCRIPTION: --query=<query>: limit to messages matching query
|
;; INFO: --query=<query>: limit to messages matching query
|
||||||
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
|
;; INFO: --muhome=<muhome>: path to mu home dir
|
||||||
;; DESCRIPTION: --textonly: output in text-only format
|
;; INFO: --textonly: output in text-only format
|
||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
||||||
|
|
||||||
|
|||||||
@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
|
|||||||
;; along with this program; if not, write to the Free Software Foundation,
|
;; along with this program; if not, write to the Free Software Foundation,
|
||||||
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;; DESCRIPTION: graph the number of messages per hour
|
;; INFO: graph the number of messages per hour
|
||||||
;; DESCRIPTION: options:
|
;; INFO: options:
|
||||||
;; DESCRIPTION: --query=<query>: limit to messages matching query
|
;; INFO: --query=<query>: limit to messages matching query
|
||||||
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
|
;; INFO: --muhome=<muhome>: path to mu home dir
|
||||||
;; DESCRIPTION: --textonly: output in text-only format
|
;; INFO: --textonly: output in text-only format
|
||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
||||||
|
|
||||||
|
|||||||
@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
|
|||||||
;; along with this program; if not, write to the Free Software Foundation,
|
;; along with this program; if not, write to the Free Software Foundation,
|
||||||
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;; DESCRIPTION: graph the number of messages per month
|
;; INFO: graph the number of messages per month
|
||||||
;; DESCRIPTION: options:
|
;; INFO: options:
|
||||||
;; DESCRIPTION: --query=<query>: limit to messages matching query
|
;; INFO: --query=<query>: limit to messages matching query
|
||||||
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
|
;; INFO: --muhome=<muhome>: path to mu home dir
|
||||||
;; DESCRIPTION: --textonly: output in text-only format
|
;; INFO: --textonly: output in text-only format
|
||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
||||||
|
|
||||||
|
|||||||
@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
|
|||||||
;; along with this program; if not, write to the Free Software Foundation,
|
;; along with this program; if not, write to the Free Software Foundation,
|
||||||
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;; DESCRIPTION: graph the number of messages per year-month
|
;; INFO: graph the number of messages per year-month
|
||||||
;; DESCRIPTION: options:
|
;; INFO: options:
|
||||||
;; DESCRIPTION: --query=<query>: limit to messages matching query
|
;; INFO: --query=<query>: limit to messages matching query
|
||||||
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
|
;; INFO: --muhome=<muhome>: path to mu home dir
|
||||||
;; DESCRIPTION: --textonly: output in text-only format
|
;; INFO: --textonly: output in text-only format
|
||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
||||||
|
|
||||||
|
|||||||
@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
|
|||||||
;; along with this program; if not, write to the Free Software Foundation,
|
;; along with this program; if not, write to the Free Software Foundation,
|
||||||
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
;; DESCRIPTION: graph the number of messages per year
|
;; INFO: graph the number of messages per year
|
||||||
;; DESCRIPTION: options:
|
;; INFO: options:
|
||||||
;; DESCRIPTION: --query=<query>: limit to messages matching query
|
;; INFO: --query=<query>: limit to messages matching query
|
||||||
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
|
;; INFO: --muhome=<muhome>: path to mu home dir
|
||||||
;; DESCRIPTION: --textonly: output in text-only format
|
;; INFO: --textonly: output in text-only format
|
||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
(use-modules (mu) (mu script) (mu stats) (mu plot))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user