Jordy Dickinson
|
54dc1e9aca
|
Use same crate_id form as other utils
|
2013-12-27 17:01:55 -05:00 |
|
Jordy Dickinson
|
a71df867bb
|
Remove Conf struct; put option handling in main
This is more consistent with the other utilities, and probably less
confusing.
|
2013-12-27 11:30:49 -05:00 |
|
Arcterus
|
68e4d86f9d
|
Added the ability to select which programs to compile
|
2013-12-26 23:48:38 -08:00 |
|
Jordy Dickinson
|
af57ee71db
|
link -> crate_id; link is deprecated
|
2013-12-26 13:55:55 -05:00 |
|
Heather
|
15e7bf7e64
|
link -> crate_id, link is deprecated
|
2013-12-26 13:55:54 -05:00 |
|
Jordi Boggiano
|
c35e2628e8
|
Merge pull request #49 from Heather/master
link -> crate_id, link is deprecated
|
2013-12-26 02:49:14 -08:00 |
|
Heather
|
518477b1f5
|
link -> crate_id, link is deprecated
|
2013-12-26 14:49:31 +04:00 |
|
pabzdzdzwiagief
|
f1e8a30872
|
Implement tee
|
2013-12-23 18:12:26 +01:00 |
|
Jordy Dickinson
|
9cfb0645e8
|
Use line continuations instead of string addition
I didn't know that line continuations stripped preceding whitespace
|
2013-12-20 22:27:49 -05:00 |
|
Jordy Dickinson
|
d63c268239
|
base64: Improve error handling
|
2013-12-20 16:15:27 -05:00 |
|
Jordy Dickinson
|
56f4c1e273
|
Implement base64, resolves issue #42
|
2013-12-20 14:34:45 -05:00 |
|
Arcterus
|
410a964431
|
Made sleep suffixes case-insensitive
|
2013-12-19 23:15:11 -08:00 |
|
Jordi Boggiano
|
400d8c01be
|
Merge pull request #40 from Arcterus/rmdir
Implemented rmdir
|
2013-12-19 01:01:10 -08:00 |
|
Arcterus
|
90b3ad4bd2
|
Added the aliases -h and -V for --help and --version to rmdir
|
2013-12-18 17:14:54 -08:00 |
|
Arcterus
|
fe1edd9f67
|
Added the aliases -h and -V for --help and --version to rm
|
2013-12-18 17:14:04 -08:00 |
|
Arcterus
|
c399046c1a
|
Added the aliases -h and -V for --help and --version to sleep
|
2013-12-18 17:11:59 -08:00 |
|
Arcterus
|
204260b739
|
Documentation changes for rm, resolves #36
|
2013-12-18 16:32:26 -08:00 |
|
Arcterus
|
af2437b725
|
Implemented --interactive for rm
|
2013-12-18 16:11:48 -08:00 |
|
Arcterus
|
1d3fe8402f
|
Implemented rmdir, which fixes #37
|
2013-12-18 10:42:20 -08:00 |
|
Arcterus
|
d0936d0082
|
Implemented sleep, which resolves #38
|
2013-12-18 09:32:17 -08:00 |
|
Arcterus
|
2161625934
|
Add --verbose support to rm
|
2013-12-17 22:37:50 -08:00 |
|
Arcterus
|
2021a55775
|
Add more '/' checks to rm
|
2013-12-17 22:17:05 -08:00 |
|
Arcterus
|
d08d8c8029
|
Add simple rm implementation
|
2013-12-17 22:09:32 -08:00 |
|
Jordi Boggiano
|
2d59e73fd5
|
Specify target version, fixes #26
|
2013-12-15 20:04:49 +01:00 |
|
Jordi Boggiano
|
51372ca037
|
Merge pull request #35 from Heather/master
process status returns Option now
|
2013-12-15 02:36:41 -08:00 |
|
Heather
|
5f916b88cc
|
process status returns Option now
|
2013-12-15 12:25:26 +04:00 |
|
Derek Chiang
|
882a6403f8
|
Fixing time format string
|
2013-12-11 18:20:52 -05:00 |
|
Derek Chiang
|
c4db2f3329
|
Adding partial support for formatting time
|
2013-12-11 05:09:45 -05:00 |
|
Jordi Boggiano
|
38955ec60e
|
Merge pull request #32 from alanandrade/master
Head in progress
|
2013-12-10 06:57:21 -08:00 |
|
Alan Andrade
|
b7c7c43bdd
|
Head in progress
|
2013-12-09 21:25:01 -08:00 |
|
Derek Chiang
|
a228acbb50
|
Correctly calculate file size using number of blocks
|
2013-12-09 02:11:11 -05:00 |
|
Jordi Boggiano
|
c597925ec1
|
Merge pull request #30 from alanandrade/master
hostname in progress
|
2013-12-08 17:28:53 -08:00 |
|
Derek Chiang
|
9eae93e8a1
|
Add formatting-related logic
|
2013-12-08 04:22:09 -05:00 |
|
Derek Chiang
|
14edd5704b
|
Implemented a few more options
|
2013-12-08 02:44:32 -05:00 |
|
Alan Andrade
|
fe8c376cd1
|
hostname in progress
|
2013-12-07 22:45:24 -08:00 |
|
Derek Chiang
|
5ab82df876
|
Getting it to display the correct directory size
|
2013-12-08 01:36:36 -05:00 |
|
Jordi Boggiano
|
5ceb499e81
|
Merge pull request #27 from Heather/master
Apply rust language updates from 2013-12-05
|
2013-12-06 00:14:23 -08:00 |
|
Heather
|
2aa7e552f7
|
init -> new (reverted in rust)
from_utf8_slice -> from_utf8
|
2013-12-06 09:31:49 +04:00 |
|
Jordi Boggiano
|
54774c2889
|
Merge pull request #25 from Heather/master
simple pwd implementation
|
2013-12-05 07:09:55 -08:00 |
|
Heather
|
a007dadeda
|
simple pwd implementation
|
2013-12-05 16:44:43 +04:00 |
|
Jimmy Lu
|
15465e21ec
|
update coding style and add basename to makefile
|
2013-12-04 10:41:32 -05:00 |
|
Jordi Boggiano
|
80f300a0ea
|
Merge pull request #22 from derekchiang/add-dirname
Implement dirname
|
2013-12-04 02:05:19 -08:00 |
|
Derek Chiang
|
661ac1be78
|
Get basic functionality to work
|
2013-12-03 21:08:42 -05:00 |
|
Derek Chiang
|
32cd344022
|
Remove du from to-do list
|
2013-12-03 19:00:07 -05:00 |
|
Derek Chiang
|
025adec19e
|
Add du to Makefile
|
2013-12-03 18:59:47 -05:00 |
|
Derek Chiang
|
94dd3ff7d3
|
Remove unnecessary escaping
|
2013-12-03 18:39:23 -05:00 |
|
Jordi Boggiano
|
9a43f2bdb6
|
Merge pull request #23 from Heather/master
rust println supports multi-line ...
|
2013-12-03 05:43:52 -08:00 |
|
Heather
|
0e615023c1
|
rust println supports multi-line ...
|
2013-12-03 16:56:15 +04:00 |
|
Derek Chiang
|
d96e104a87
|
Remove dirname from to-do list
|
2013-12-03 04:31:20 -05:00 |
|
Derek Chiang
|
7b6880d348
|
Implement dirname
|
2013-12-03 04:29:32 -05:00 |
|