From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 15 10:58:42 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A35CC94 for ; Sun, 15 Dec 2013 10:58:42 +0000 (UTC) Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 331DF1B7D for ; Sun, 15 Dec 2013 10:58:42 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a15so1654118eae.41 for ; Sun, 15 Dec 2013 02:58:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:content-type :content-transfer-encoding; bh=TiXHExepg4hkULZ4Zw27v6Z3FXQNVdYc4iyDb1EtyQA=; b=IyIYAitLNO+Ucf0AiOMGhJrMkx3WRMiuVBoxh/ihr0kIO7yUWmch5bgvNESQn9g/gd 4y5i2GLIZT9LS6XESbGoM42TrpqCo/kD/I7MaI1oEFvU6AFls7G/mgKTv6R5KVyVFj+C 7oklJU97GtyqFIHk542GoxVjQkHIrzZfepV/mcjsBbSaym1ajmjAAzvKcKtJ1cvTsoBv KTLQ8jPNNKiA659uw2GKcrHhV7PLe7082NRWQeUxHB9qwPa8aZY7OH8jt+vui5wl4r+U XRH+r4AqwVJln+FBEh1m+JHvEI68OJVNskH+cqwTbhFnldCDCDbMIjVHB7flFDcZLMYV UQtQ== X-Received: by 10.15.26.6 with SMTP id m6mr11508454eeu.80.1387105120592; Sun, 15 Dec 2013 02:58:40 -0800 (PST) Received: from DOMYPC ([82.193.208.225]) by mx.google.com with ESMTPSA id 1sm28880442eeg.4.2013.12.15.02.58.38 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 15 Dec 2013 02:58:39 -0800 (PST) Message-ID: <20131215.105840.948.1@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Subject: Interactive /bin/sh Date: Sun, 15 Dec 2013 11:58:40 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 10:58:42 -0000 I'm just a step away from making it a default shell for a = root.=0D=0A=0D=0AWhat is missing is:=0D=0A--=0D=0Acommand completion (it = has only path completion)=0D=0A=0D=0Ahistory doesn't work the way I would = like it to.=0D=0AWith UP/DOWN arrow keys, I can navigate through history, = SEQUENTIALLY.=0D=0ALike in [t]csh -> I would like to type first few = letters and then with UP/DOWN arrow keys, navigate through history of = CMDs, which starts with typed string.=0D=0A=0D=0AIf just those 2 features = would be implemented, I would be completely into = /bin/sh=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6