This website requires JavaScript.
fdd1c48bac
Re-implement SwapModule
Lucas Noki
2020-01-18 04:15:08 +0100
23771e22be
Initial swap file
Lucas Noki
2020-01-17 19:21:48 +0100
ff076eb527
Align vim module to new cli, hide internal functions
Lucas Noki
2020-01-18 05:56:19 +0100
69c93fd894
Add python-fire, Remove pyinquirer from main runner script
Lucas Noki
2020-01-18 05:39:23 +0100
d7531412cf
Merge branch '8-set-up-vim-correctly' into 'master'
Marcel Schwarz
2020-01-12 18:07:03 +0000
05585630ed
Remove try except for vimfile creation
Marcel Schwarz
2020-01-12 19:00:19 +0100
73a3bb044c
Turn on real path
Marcel Schwarz
2020-01-11 05:20:08 +0100
b15474edaf
Change curl request to format string
Marcel Schwarz
2020-01-11 05:12:05 +0100
92fad36fce
Replace some for loops with map functions
Marcel Schwarz
2020-01-11 04:13:36 +0100
3478379f5b
Put vimplug URL into json file
Lucas Noki
2020-01-07 16:29:48 +0100
caa3eea0b9
Extract URL into json_config file, remove the reverse function
Lucas Noki
2020-01-07 16:27:38 +0100
34851105c9
Create function to run plugin installer
Lucas Noki
2019-12-30 02:25:05 +0100
2cf7445593
Correct variable name
Lucas Noki
2019-12-30 02:07:37 +0100
7bf711875b
Add check for vimplug file, curl vimplug file
Lucas Noki
2019-12-28 09:12:08 +0100
f92cb202b3
Remove function parameters, remove class variables, move todos
Marcel Schwarz
2019-12-28 06:13:25 +0100
ad900097dc
Split functionality into functions
Marcel Schwarz
2019-12-28 06:04:27 +0100
33ae820b94
Move default_settings creation out of try block
Marcel Schwarz
2019-12-28 05:19:34 +0100
10aaf41b38
Formatting, exclude devenv in gitignore
Marcel Schwarz
2019-12-28 05:09:00 +0100
371cdcc906
Fix path creation, add devenv path for testing
Marcel Schwarz
2019-12-28 05:07:41 +0100
9ef6efcbc3
Merge json files, inline settings list generation
Marcel Schwarz
2019-12-28 03:35:40 +0100
9fe48808e7
Fix hardcoded home path
Lucas Noki
2019-12-27 03:18:39 +0100
f9ce15619e
Add settings.json, Append settings to vimrc
Lucas Noki
2019-12-26 23:41:51 +0100
381d01cb82
Change vimrc content in code not on disk
Lucas Noki
2019-12-22 07:49:51 +0100
04e6f9b160
Extract plugin list into json file
Lucas Noki
2019-12-22 04:23:03 +0100
7a05624f36
Implement UI with PyInquirer
Lucas Noki
2019-12-22 03:59:38 +0100
ef16367a12
Revert "Add class to run a single module"
Marcel Schwarz
2019-12-14 05:18:04 +0100
5cae85fa0b
Update to new version of abstract module
Lucas Noki
2019-12-22 02:45:19 +0100
4c8815ad92
Add comments, Fix path errors, Check if vim folders already exist
Lucas Noki
2019-12-19 14:03:31 +0100
3b261cc736
Add check if vimdir exists, add vimdir if not and make autoload dir
Lucas Noki
2019-12-17 23:36:42 +0100
80b9e544e7
Update Main_Script run config
Marcel Schwarz
2019-12-16 22:56:27 +0100
7da9cd3472
Use temp file to write changes safely, remove dupes with awk
Lucas Noki
2019-12-16 12:11:30 +0100
0c6744e378
Edit method for creating the initial vimrc file to be less error prone
Lucas Noki
2019-12-16 12:10:08 +0100
4103c42724
Add imports
Lucas Noki
2019-12-16 12:08:22 +0100
39a3560bdf
Load vimrc into memory for safer editing
Lucas Noki
2019-12-15 22:25:06 +0100
963a164611
Add vimrc file with plugin manager block and selected plugins in beween
Lucas Noki
2019-12-15 22:22:44 +0100
ef0c7de0da
Inline convenience functions
Lucas Noki
2019-12-15 07:30:20 +0100
8496ba006e
Changed language from German to English
Lucas Noki
2019-12-15 07:26:21 +0100
4e6a0cbe69
Change sdk home to project default
Marcel Schwarz
2019-12-14 05:47:57 +0100
100cdb97a7
Formatting
Marcel Schwarz
2019-12-14 05:47:33 +0100
1366b53c20
Add class to run a single module
Marcel Schwarz
2019-12-14 05:18:04 +0100
581bcb641b
Add shared run config
Marcel Schwarz
2019-12-14 05:17:34 +0100
5649955821
Fixed typos, Implemented module interface
Lucas Noki
2019-12-14 04:48:57 +0100
524559d5e0
Add Vim module, Add init for module, Add class for module, Add basic implementation for plugin selection
Lucas Noki
2019-12-14 04:22:34 +0100
c7e2afbbc7
Rename variables to not cover outer ones, remove transform method
Marcel Schwarz
2020-01-05 17:56:53 +0100
058bdcd828
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-22 01:39:17 +0000
53e9739f34
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-21 01:50:03 +0000
af169b9598
Replace IModule with AbstractModule
Marcel Schwarz
2019-12-21 02:49:53 +0100
79449c8ad3
Add command line interface with PyInquirer
Marcel Schwarz
2019-12-16 22:51:40 +0100
c47b255924
Update IModule to AbstractModule with ABC class
Marcel Schwarz
2019-12-16 22:51:06 +0100
1fbca4a652
Add exception handling for module discovery
Marcel Schwarz
2019-12-15 07:32:28 +0100
440d72896f
Integrate single module runner in main file
Marcel Schwarz
2019-12-15 06:31:18 +0100
907d9ff33f
Delete Readme.md Moved content in wiki section
Marcel Schwarz
2019-12-15 20:10:12 +0000
4935b56f66
Merge branch '10-create-menu-to-choose-a-module-to-run-from-main-py' into 'master'
Marcel Schwarz
2019-12-15 05:31:52 +0000
13d3196f9a
Add requirements.txt and Readme
Marcel Schwarz
2019-12-15 05:21:11 +0100
c2b2fe720f
Add requirements.txt
Marcel Schwarz
2019-12-15 05:21:11 +0100
f7dd690c6c
Update .gitignore to exclude .vscode folder
Lucas Noki
2019-12-14 05:22:45 +0100
d49d2feeda
Fix indentation
Marcel Schwarz
2019-12-14 04:54:52 +0100
d74cc9fec9
Merge branch '9-create-main-py-function-to-start-the-script' into 'master'
Marcel Schwarz
2019-12-14 03:29:16 +0000
571a05ef85
Merge branch '9-create-main-py-function-to-start-the-script' into 'master'
Marcel Schwarz
2019-12-14 03:28:56 +0000
e8197d5cea
Renaming of functions
Marcel Schwarz
2019-12-14 04:26:02 +0100
03005113b2
Skip sample module
Marcel Schwarz
2019-12-14 04:13:35 +0100
88514af6f9
Create main file with sample module
Marcel Schwarz
2019-12-14 04:11:32 +0100
e1e3549e53
Create RealRunner and DebugRunner and Module Interface
Marcel Schwarz
2019-12-14 04:11:12 +0100
e82aad8aaf
Add gitignore
Marcel Schwarz
2019-12-14 04:10:42 +0100
b1604cb19e
Add pycharm project
Marcel Schwarz
2019-12-14 04:10:33 +0100
77d4b26ed7
Delete old, create new project structure
Marcel Schwarz
2019-12-13 23:25:54 +0100
60bd2ccb6c
Initial Commit
Initial-Version
Marcel Schwarz
2019-09-15 21:05:34 +0200