From ec2a9c251edb73fafa2dee0fbf7ac63900a9b9a9 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 7 Feb 2019 23:52:40 +0800 Subject: [PATCH] commit new README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b7afb59..fe91e8a 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,14 @@ awk -F '\t' '{print $2 "|" $1 "|" 0}' $FN >> ~/.zlua - 0.1.0 (2018-04-30): supports windows cmd, cmder and conemu. - 0.0.0 (2018-03-21): initial commit, compatible with original z.sh. +## Help + +This project needs help for the tasks below: + +- [ ] Completion: Actually I got little knowledge in completion, and need help to improve it. +- [ ] Completion: Implement completion for Power Shell. +- [ ] Completion: Implement completion for different arguments. +- [ ] Packaging: make it possible to be installed easily in different systems or popular plugin managers. ## Thanks @@ -427,6 +435,7 @@ awk -F '\t' '{print $2 "|" $1 "|" 0}' $FN >> ~/.zlua And many others. + ## License Licensed under MIT license.