<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/lib/python/qmk/cli/list, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-10-06T23:46:10Z</updated>
<entry>
<title>CLI: update subcommands to use return instead of exit() (#10323)</title>
<updated>2020-10-06T23:46:10Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-10-06T23:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2c9ffd47391b8dec98db94bef9b2f5c14a57cf94'/>
<id>urn:sha1:2c9ffd47391b8dec98db94bef9b2f5c14a57cf94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CLI] Add a subcommand for getting information about a keyboard (#8666)</title>
<updated>2020-05-26T20:05:41Z</updated>
<author>
<name>Zach White</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2020-05-26T20:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=751316c34465ea77e066c3052729b207f3d62e0c'/>
<id>urn:sha1:751316c34465ea77e066c3052729b207f3d62e0c</id>
<content type='text'>
You can now use `qmk info` to get information about keyboards and keymaps.

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add decorators for determining keyboard and keymap based on current directory (#8191)</title>
<updated>2020-03-13T22:47:04Z</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2020-03-13T22:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f81b0e35a6a25a9a6e633dc65a4900bed2458cfb'/>
<id>urn:sha1:f81b0e35a6a25a9a6e633dc65a4900bed2458cfb</id>
<content type='text'>
* Use pathlib everywhere we can

* Improvements based on @erovia's feedback

* rework qmk compile and qmk flash to use pathlib

* style

* Remove the subcommand_name argument from find_keyboard_keymap()

* add experimental decorators

* Create decorators for finding keyboard and keymap based on current directory.

Decorators were inspired by @Erovia's brilliant work on the proof of concept.</content>
</entry>
<entry>
<title>Use pathlib everywhere we can (#7872)</title>
<updated>2020-02-17T19:42:11Z</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2020-02-17T19:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c66930445f7d5941eb847568288046d51f853786'/>
<id>urn:sha1:c66930445f7d5941eb847568288046d51f853786</id>
<content type='text'>
* Use pathlib everywhere we can

* Update lib/python/qmk/path.py

Co-Authored-By: Erovia &lt;Erovia@users.noreply.github.com&gt;

* Update lib/python/qmk/path.py

Co-Authored-By: Erovia &lt;Erovia@users.noreply.github.com&gt;

* Improvements based on @erovia's feedback

* rework qmk compile and qmk flash to use pathlib

* style

* Remove the subcommand_name argument from find_keyboard_keymap()

Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Code cleanup, use pathlib, use pytest keyboard</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2020-01-12T11:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1'/>
<id>urn:sha1:3db41817e0aa72e1406e29a4fb5f82db0c2a6cf1</id>
<content type='text'>
Clean up checks and logics that are unnecessary due to MILC updates.
Use pathlib instead of os.path for readability.
Use the 'pytest' keyboard for the tests.
Add community layout for 'handwired/onekey/pytest' so we can test
community layouts.
</content>
</entry>
<entry>
<title>Fix commandline parsing and flake8 findings, rebase</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2020-01-07T20:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8eeab1112aa1ca7336f88867a9a2ab680ae94b53'/>
<id>urn:sha1:8eeab1112aa1ca7336f88867a9a2ab680ae94b53</id>
<content type='text'>
Fixed commandline and config parsing. Thx @xplusplus.
Rebased on master and fixed merge conflicts.
</content>
</entry>
<entry>
<title>Drop bs4 dependency, update docs, minor improvements</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2019-10-24T18:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3ed1223678d3ec40f4cceecd320dd1112cdfb157'/>
<id>urn:sha1:3ed1223678d3ec40f4cceecd320dd1112cdfb157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another major refactoring, add documentation</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2019-10-13T17:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=26f53d38d932a21be9edfc3d55e585c21050c3a2'/>
<id>urn:sha1:26f53d38d932a21be9edfc3d55e585c21050c3a2</id>
<content type='text'>
Move all useful functions to the qmk module and use the cli subcommand
as a wrapper around it.
Add both inline comments and documentation.
</content>
</entry>
<entry>
<title>Fix output format</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2019-10-11T15:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f96085af3877a8c42d0767d13d47c239ce08ef0f'/>
<id>urn:sha1:f96085af3877a8c42d0767d13d47c239ce08ef0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to figure out revision, drop -rv/--revision argument</title>
<updated>2020-02-15T23:19:03Z</updated>
<author>
<name>Erovia</name>
<email>erovia@users.noreply.github.com</email>
</author>
<published>2019-10-10T20:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e46cc2db8c4668b05ed873f57a54785ed56e2415'/>
<id>urn:sha1:e46cc2db8c4668b05ed873f57a54785ed56e2415</id>
<content type='text'>
</content>
</entry>
</feed>
