Adhityaa Chandrasekar

Results 47 comments of Adhityaa Chandrasekar

@roccomuso In that case, I think we could add short args for each command :+1:

@roccomuso the package is called `xclip` in both `aptitude` and `yum`?

Ah yes. Currently not near a computer - I'll fix this soon :+1:

@mckennajones I've added an option to remove the clock in https://github.com/adtac/climate/commit/3dbc88f3c97fd220165b69cabe49485e9c937332 (it's quite hacky, but it does the job :P). About the tput method, I'm not aware of anyway to...

@BlessJah thanks! I've implemented most of the things you've suggested (probably not every case of all issues you brought up, but I'll do that soon). Glad you like it :)

@mckennajones argh, thanks! I just copy pasted the npm one with some changes :P I'll fix it right away :+1:

import https://pypi.python.org/pypi/that instead

It's been a while since I touched FSSB, but that sounds like a good option to have. Thanks for the issue!

Indeed, the file wouldn't be listed there. I have a rough solution that might solve this (that is return as if the file exists). Anyway, thanks for bringing this to...

So linux uses a sycall called `getdents` to get directory listings. The function prototype is like this: ```c int getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int count); ``` `dirp`...