|
4382601aa2
|
remove unnecessary use of os.popen
|
2022-11-13 16:30:48 +09:00 |
|
|
1852084f47
|
fix: hide unwanted output
|
2022-11-07 21:00:13 +09:00 |
|
|
65fea2ec89
|
replace run with system
- hiding stdout ain't helpful 99% of the time like I have to go
"why the fuck is this shit hanging?" and have to guess if it's
even doing shit
|
2022-11-07 17:30:27 +09:00 |
|
|
3f2d77b862
|
replace all usage of os.system with src.util.run
- combine `system` and `silent_system` function int o `run`
- remove `zsh_system`
- replace alacritty terminal with kitty terminal
|
2022-07-07 10:20:36 +09:00 |
|
|
8c5423e257
|
make silent_system show error by default
|
2022-07-01 14:25:15 +09:00 |
|
|
8bf971e4f1
|
fix missing function error
|
2022-07-01 14:14:58 +09:00 |
|
|
a95947d304
|
revamp setup script
- improve function organization
- update functions copied from `src/util.py`
- simplified logging output
- improve error message clarity and readability
- implement `exit_if_invalid_python_version` function
- Improve docstrings
|
2022-07-01 13:22:56 +09:00 |
|
|
9d1eb5834a
|
moved /dev/null usage to a separate function
|
2022-05-06 19:13:11 +09:00 |
|
|
37545eaf53
|
fixed command_exists always returning True
|
2022-05-06 18:59:32 +09:00 |
|
|
8fa8d4c140
|
moved command existance check to separate function
|
2022-05-06 18:07:54 +09:00 |
|
|
a445956ed5
|
use existing files when testing
|
2022-03-16 23:05:19 +09:00 |
|
|
39fddbf121
|
moved constants to src/constants.py
|
2022-03-15 16:20:35 +09:00 |
|
|
1c85130388
|
improved code readability
|
2022-03-15 11:17:22 +09:00 |
|
|
5e9ee15855
|
fixed import path
- script was not importing the files in the `/tmp` directory
|
2022-03-15 11:04:28 +09:00 |
|
|
9ad87e4b1d
|
removed unnecessary comment
|
2022-03-14 19:27:54 +09:00 |
|
|
7edc63ca83
|
change branch form dev to master
|
2022-01-28 11:15:50 +09:00 |
|
|
0856e91519
|
added todo comment
|
2022-01-27 22:12:17 +09:00 |
|
|
29c7b302b0
|
added more prints
|
2022-01-27 21:47:41 +09:00 |
|
|
59ab76c21b
|
removed unnecessary "!= 0"
|
2022-01-27 21:20:05 +09:00 |
|
|
35abf7b27a
|
added more python files
|
2022-01-27 21:10:43 +09:00 |
|
|
e2b3d331a9
|
python rewrite initial commit
|
2022-01-27 11:01:01 +09:00 |
|