68cf3e4293
SHELL 0.8.2
...
- big refactoring, now uses libc.obj
- added kfetch command
git-svn-id: svn://kolibrios.org@8827 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-12 21:34:41 +00:00
turbocat
e54c8af781
SHELL:
...
- Added pkill command
git-svn-id: svn://kolibrios.org@8662 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-04-01 22:06:12 +00:00
0cdc4d3e93
SHELL 0.8.1 changelog
...
- added output redirection to file (> >>) for echo command
e.g. echo "<html>">123.txt ; echo a b c >> y.txt
git-svn-id: svn://kolibrios.org@7808 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-18 14:11:23 +00:00
610a0f5c6e
fixed bug with cd ../
...
fixed cd . and cd ./ behavior
git-svn-id: svn://kolibrios.org@7805 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-17 21:43:55 +00:00
1a812a14c6
change version to 0.8
...
git-svn-id: svn://kolibrios.org@7803 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 21:53:23 +00:00
b8b18f32a0
SHELL 0.8 changelog
...
- added mv command
- added ren command
- now ls works also with relative pathes
- fixed bug in strrchr
git-svn-id: svn://kolibrios.org@7802 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 21:50:49 +00:00
b76d44d868
Now for incorrect scripts (which doesnt start with #SHS) shell says that they are incorrect, not "File not found". Also, translated comments from russian to english in two files.
...
git-svn-id: svn://kolibrios.org@7792 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 22:21:16 +00:00
6bc343bd07
SHELL 0.7.8 changelog
...
- fixed bug with ctrl+v
- added navigation in current string by Home, End
- directory highlighting in ls command output
git-svn-id: svn://kolibrios.org@7787 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 14:46:35 +00:00
Kirill Lipatov (Leency)
9e91bb1d1c
* help now displays the list of commands in three columns
...
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'
git-svn-id: svn://kolibrios.org@7024 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 18:44:15 +00:00
siemargl
568fb16110
startup workdir fix
...
git-svn-id: svn://kolibrios.org@6862 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-02-10 17:36:03 +00:00
siemargl
4e23975970
better cp, 64-bit fileops
...
git-svn-id: svn://kolibrios.org@6857 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-02-06 12:35:58 +00:00
siemargl
0dd49af34c
waitfor command
...
git-svn-id: svn://kolibrios.org@6825 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-06 16:12:57 +00:00
siemargl
0a3c951b56
better up/dwn arrows, docu
...
git-svn-id: svn://kolibrios.org@6822 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-01 22:28:50 +00:00
Albom
3e68853ae6
Shell 0.7.4. Clipboard works. Ctrl+C copies the whole command line and Ctrl+V pastes it.
...
git-svn-id: svn://kolibrios.org@4516 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-01-23 07:41:40 +00:00
Albom
3b43ee8e60
Shell 0.7.3. Bug with '%' symbol in command history is fixed.
...
git-svn-id: svn://kolibrios.org@4309 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-11-28 19:08:52 +00:00
Albom
306b448222
Shell 0.7.2. 1) .shell moved to /sys/settings. 2) "cd .." command fixed.
...
git-svn-id: svn://kolibrios.org@4106 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-26 18:53:48 +00:00
Albom
817c27709e
Shell 0.7.1. Pressing Up and Down keys was causing hanging up the program when command history was empty (but nobody cares). Fixed.
...
git-svn-id: svn://kolibrios.org@4050 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-19 07:13:02 +00:00
Albom
f115e0da5a
Shell 0.7.0. Command line editing implemented. + Some small fixes.
...
git-svn-id: svn://kolibrios.org@4015 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-13 10:47:59 +00:00
Kirill Lipatov (Leency)
88ac946b40
SHELL 0.6.4: relative passes support for scripts
...
git-svn-id: svn://kolibrios.org@3988 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-08 21:38:43 +00:00
Albom
a011dbdd7a
MSVC-style attributes for data align in structures (thanks to CleverMouse and Kirakishou!)
...
git-svn-id: svn://kolibrios.org@3916 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-09-20 18:43:52 +00:00
Albom
2a7660964a
Shell version 0.6.2
...
git-svn-id: svn://kolibrios.org@3268 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-02-24 10:33:37 +00:00
Albom
4ed6be1119
Shell v0.6. See History.txt.
...
git-svn-id: svn://kolibrios.org@3245 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-02-16 11:25:37 +00:00
Albom
a2ca7586dc
Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.
...
git-svn-id: svn://kolibrios.org@2735 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-04 12:54:51 +00:00
Albom
efbefc84b9
Shell: pwd cmd fix
...
git-svn-id: svn://kolibrios.org@2631 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-19 03:20:58 +00:00
Albom
f5c6b33aac
Shell: ls command fix, other small fixes
...
git-svn-id: svn://kolibrios.org@2617 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-16 10:40:07 +00:00
Albom
f0c414780c
Shell: some small fixes
...
git-svn-id: svn://kolibrios.org@2615 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-04-15 07:59:47 +00:00
Albom
762c577e6a
shell 0.5 could run console apps
...
git-svn-id: svn://kolibrios.org@2502 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-03-23 18:53:16 +00:00
Albom
94572b7fe1
Shell: cd command fixed
...
git-svn-id: svn://kolibrios.org@2323 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-12-15 18:06:01 +00:00
Albom
de6e26f7d9
Shell: CapsLock and Shift keys
...
git-svn-id: svn://kolibrios.org@2174 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-09-12 16:54:25 +00:00
Albom
3f845c4a3b
SHELL: .shell script runs from the current dir
...
git-svn-id: svn://kolibrios.org@2077 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-08-19 11:47:20 +00:00
Albom
b63ebe25ee
Running programs in the current directory with Shell is fixed.
...
git-svn-id: svn://kolibrios.org@1862 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-10 17:53:48 +00:00
Albom
3f7f44fda1
Killall and ccpuid commands are temporarily removed. Text strings are corrected.
...
git-svn-id: svn://kolibrios.org@1807 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 11:52:46 +00:00
Nasarus
9bd77b61cd
Shell 0.4.52. "killall" added & bugfixes
...
git-svn-id: svn://kolibrios.org@1673 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-24 14:32:14 +00:00
Nasarus
1428ddf584
Shell 0.4.51. See History.txt for details.
...
git-svn-id: svn://kolibrios.org@1669 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-21 04:37:59 +00:00
Nasarus
4b4d896f8a
Shell 0.4.5: Multilanguage, russification, some new commands (see History.txt for details)
...
git-svn-id: svn://kolibrios.org@1668 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-20 23:58:36 +00:00
Nasarus
99bb0c8af2
1. Shell updated to 0.4.4. Author: Albom
...
2. @SS [ScreenSaver] now reacts to key pressing
git-svn-id: svn://kolibrios.org@1647 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-07 13:43:56 +00:00
Kirill Lipatov (Leency)
939f824d96
Shell 0.4 from Albom
...
git-svn-id: svn://kolibrios.org@959 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-12-14 11:55:46 +00:00