-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added implementation for copy, cut and paste (#207)
* Added implementation for copy, cut and paste Signed-off-by: Robert Grancsa <robiku1975@gmail.com> * Updated format and line count Signed-off-by: Robert Grancsa <robiku1975@gmail.com> * Updated some lines and made everything under 1024 lines Signed-off-by: Robert Grancsa <robiku1975@gmail.com> * Added suggestions and also repaired the help message to show the new commands Signed-off-by: Robert Grancsa <robiku1975@gmail.com> * Changed help message formatting Signed-off-by: Robert Grancsa <robiku1975@gmail.com> * Modified README to also list the new features Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed formating errors Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Reformated some lines with double assignemnts Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed build issues Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed formatting Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Updated rust minimum version Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed clippy issues with build.rs Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed other linter issues Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed panic on last line of editor Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed clippy issue Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> * Fixed formatting Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com> Signed-off-by: Robert Grancsa <robiku1975@gmail.com> Signed-off-by: Robert Grancsa <robert.grancsa2002@gmail.com>
- Loading branch information
1 parent
4061f41
commit 4f292f9
Showing
2 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters