superturbocat2001
7cea3f23c6
Fixed build of the Russian version.
...
git-svn-id: svn://kolibrios.org@8078 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 18:11:01 +00:00
superturbocat2001
bc232804f3
Add fs info header
...
git-svn-id: svn://kolibrios.org@8077 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 18:02:25 +00:00
superturbocat2001
66bc551a95
add makefile template
...
git-svn-id: svn://kolibrios.org@8076 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:55:18 +00:00
superturbocat2001
ce1620f6a1
Added info command to shell
...
git-svn-id: svn://kolibrios.org@8075 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:53:00 +00:00
superturbocat2001
222b17122b
Added file for build configuration in linux.
...
git-svn-id: svn://kolibrios.org@8074 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:47:56 +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
46ae9b5169
fix touch and much more
...
git-svn-id: svn://kolibrios.org@6826 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-06 21:23:13 +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
siemargl
624f3666a5
show kernel version on start
...
git-svn-id: svn://kolibrios.org@6821 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-01 11:47:50 +00:00
Sergey Semyonov (Serge)
a9061d0700
shell: change the current working directory
...
git-svn-id: svn://kolibrios.org@5210 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-02 02:21:37 +00:00
CleverMouse
c432de825e
fix shell
...
git-svn-id: svn://kolibrios.org@5207 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-01 11:38:20 +00:00
CleverMouse
cd74d1af33
switch build system to Tup
...
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-09-12 15:15:23 +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
Kirill Lipatov (Leency)
0ea10be928
SHELL: fix for #3988
...
git-svn-id: svn://kolibrios.org@4109 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-26 23:26:02 +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
Kirill Lipatov (Leency)
5528e3a3d5
small orthographic fix
...
git-svn-id: svn://kolibrios.org@4016 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-13 11:00:08 +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)
624a5c206a
SHELL: fix strrchr warning
...
git-svn-id: svn://kolibrios.org@4001 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-10-10 06:58:53 +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
d21d1d7b9c
Quicksort dll and example.
...
git-svn-id: svn://kolibrios.org@3402 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-03-22 17:53:23 +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
deca8b884f
Shell v0.6.1. Some minor improvements.
...
git-svn-id: svn://kolibrios.org@3247 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-02-17 15:22:51 +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
f657cc8f9b
kolibri.c improvements. + changes in shell, e80, console15, donkey, mcities, piton
...
git-svn-id: svn://kolibrios.org@2829 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-27 15:43:51 +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
CleverMouse
6de10b37ff
copy .shell file from shell folder, remove shell binaries
...
git-svn-id: svn://kolibrios.org@1860 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-02-09 16:03:51 +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
CleverMouse
9883e4f56f
autobuild HLL stuff
...
git-svn-id: svn://kolibrios.org@1764 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-25 12:53:48 +00:00
Nasarus
5c49ae82e1
bins added
...
git-svn-id: svn://kolibrios.org@1674 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-10-24 14:39:48 +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