I propose a new command line tool : autojump.
It's a cd-like command that learns and can save time when navigating into the filesystem.
The official wiki is on GitHub : http://github.com/joelthelion/autojump/wiki
A little README has been added, I hope files are ok :-)
From fbe8f37628c16f7695ab53ae9ef14f64657c6edf Mon Sep 17 00:00:00 2001
From: Yakulu <[email protected]>
Date: Wed, 1 Sep 2010 15:12:38 +0200
Subject: [PATCH] autojump-12-1-x86_64
 * new package

---
 source/apps-extra/autojump/FrugalBuild       |   28 ++++++++++++++++++++++++++
 source/apps-extra/autojump/README.Frugalware |   15 +++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)
 create mode 100644 source/apps-extra/autojump/FrugalBuild
 create mode 100644 source/apps-extra/autojump/README.Frugalware

diff --git a/source/apps-extra/autojump/FrugalBuild 
b/source/apps-extra/autojump/FrugalBuild
new file mode 100644
index 0000000..35ad13c
--- /dev/null
+++ b/source/apps-extra/autojump/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0 SBU
+# Contributor: Yakulu <fabien.8 AT free.fr>
+# Maintainer: VMiklos <vmiklos AT frugalware.org>
+
+pkgname=autojump
+pkgver=12
+pkgrel=1
+pkgdesc="a cd command that learns"
+url="http://github.com/joelthelion/autojump";
+depends=('bash' 'python')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+Fpkgversep="_v"
+up2date="Flasttar $url/downloads"
+source=(http://github.com/downloads/joelthelion/autojump/$pkgname$Fpkgversep$pkgver.tar.gz)
+sha1sums=('58a5260d1a2a8f59739ea7a7de45f04ceebda66d')
+Fsrcdir=$pkgname$Fpkgversep$pkgver
+
+build() {
+    Finstall 644 icon.png /usr/share/autojump/icon.png
+    Fexe jumpapplet /usr/bin/jumpapplet
+    Fexe autojump /usr/bin/autojump
+    Finstall 644 autojump.1 /usr/share/man/man1/autojump.1
+    Fexe autojump.bash /etc/profile.d/autojump.bash
+    Fexe autojump.sh /etc/profile.d/autojump.sh
+    Fexe autojump.zsh /etc/profile.d/autojump.zsh
+    Finstall 644 _j /usr/share/zsh/site-functions/_j
+}
diff --git a/source/apps-extra/autojump/README.Frugalware 
b/source/apps-extra/autojump/README.Frugalware
new file mode 100644
index 0000000..724f090
--- /dev/null
+++ b/source/apps-extra/autojump/README.Frugalware
@@ -0,0 +1,15 @@
+=== AUTOJUMP
+
+==== A `cd` command that learns
+
+Please read the 
http://github.com/joelthelion/autojump/blob/master/README.rst[official README] 
or the manual.
+
+==== Installation
+
+Add the line :
+
+----
+source /etc/profile
+----
+
+to _~/.bashrc_ or _~/.zshrc_ if it isn't already there. 
-- 
1.7.2.2

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to