features of a new SHELL


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting features of a new SHELL
# 8  
Old 01-10-2009
I like fpmurphy's ideas. It sounds like you're trying to create a "shell for unix dummies", which is also a good idea, but completely different than what fpmurphy is talking about. Also, your idea can be handled very simply as extensions to zsh. What else did you have in mind besides "command not found" and of prompting users with helps and tips?

Speaking of providing user tips, is there a database of command-line tips, formatted for use by "fortune" ?
# 9  
Old 01-20-2009
I think that anyone engaging in such a task should themselves have a vision for it.

What is your vision, nsharath?
# 10  
Old 01-21-2009
Bug !!!! the other features of this shell !!!!

Hello sir,
I have included some other features like :-

* Script application
In my college my prof gave me this requirement. He said during a LAB EXAM. I wanna catch the cheating students.So need to :-
a)catch the login IDs of students who mailed the code to whom

b)what is the login and logout times.To know how long each worked on the given exam question(using last command)

c)verify the output of every student by viewing their typescripts.

*reminder application
this should simulate the mobile phones reminder application.The shell should pop us about the meetings,etc that each user has when a note is saved to remind him.

*chatting
chatting GUI like the yahoo messenger.

*session invoker
this makes use of the screen command which has a wide range advantages as we can invoke the session in which we were working previously.

* man page generator
today we write various scripts which can be used as commands when executable permissions are given to it. Now this module will create a man page for your command once you enter the description in a text file and give it.

Well till now I have worked on the above.Can you please give me some more ideas so that I and my team would like to work on it and expand the utilities of this shell.

awaiting your reply sir!!!
# 11  
Old 01-21-2009
Uhm, all except "Reminder application" can be done with existing shells and scripts. I think a Reminder Application could be done with a cron job, but having it in the shell might be a bit cleaner. Having it tied into "screen" would be best.
# 12  
Old 01-21-2009
A reminder option script can easily be built for ksh93 using the alarm discipline function. It is undocumented but type "alarm --man" to view the man page. For zsh, it is only a matter of writing a suitable module.

Other shells could be easily modified support such an option by modifying the main loop. Look at how MAILCHECK is implemented in csh/tcsh.
# 13  
Old 01-21-2009
oh thanks for ur views sir.
Can you advice me on what topics I should work on....so that I can contribute to this shell........
# 14  
Old 01-21-2009
I think the consensus is: DONT reinvent the shell. Just extend zsh to fulfill your criteria.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Ubuntu

useradd - shell missing features after adding user

Hi, I need to create a user from a bash script so i have to use useradd. The problem is that when i create a user with: useradd -d /home/sample -m sample after i login with that user I have no history in bash, path do not appears, i can't use arrows and so on. When I use adduser everything is... (5 Replies)
Discussion started by: ktm
5 Replies

2. Programming

Unix shell with history features like in bash

hii to all i am developing a simple unix shell in c i want to add history feature in that how could i do that plz help if there is any tutorial or website plz put it here history feature should be like that in bash, when press up key show the previous command typed in console plz be... (1 Reply)
Discussion started by: vipin_jss
1 Replies

3. UNIX for Dummies Questions & Answers

Features explanation???

HI Can anybody explain following UNIX features? Removable file system Dynamic file space allocation Thanks (1 Reply)
Discussion started by: skyineyes
1 Replies

4. UNIX for Dummies Questions & Answers

Shell features ???

Hi Can anybody explain the following shell features with example a) Command line editing b) filename completion c) job control (1 Reply)
Discussion started by: skyineyes
1 Replies

5. Windows & DOS: Issues & Discussions

Evaluate uUNIX and MSDOS shell script features

I need to select the main features of shell scripting on UNIX and evaluate their MSDOS equivalent. can anyone suggest some online resources articles anything?? Thanks in advance (0 Replies)
Discussion started by: deemon111
0 Replies

6. AIX

AIX OS Features versus Solaris OS Features

Hi Unix Experts, I like to compile and compare all the features that AIX OS (541L) and Solaris OS (Solaris 10) provide. If somebody can shed on this topic would be highly appreciated. Thank you, Khan (0 Replies)
Discussion started by: hkhan12
0 Replies

7. UNIX for Advanced & Expert Users

Help with Additional Password Features

Hello: I have a customer who is requesting the following security features on a Solaris 8 system: 1. Password history for the three previous passwords. 2. User account lockout after 3 failed login attempts. Can anyone help provide me with a solution or direction for the above? (1 Reply)
Discussion started by: rambo15
1 Replies

8. Post Here to Contact Site Administrators and Moderators

V2.2.0 new features?

Neo, can you tell us about some of the new features since the upgrade, or are they mostly "behind the scenes"? (1 Reply)
Discussion started by: PxT
1 Replies
Login or Register to Ask a Question