Bugswriter / tuxi

Tuxi is a cli assistant. Get answers of your questions instantly.
GNU General Public License v3.0
1.33k stars 73 forks source link

Weather Condition #98

Closed jhagas closed 3 years ago

jhagas commented 3 years ago

It's working but it's greatly inefficient. Can anyone improve it?

➤ tuxi weather bojonegoro
---
"Cloudy"
28 ºC
82 ºF
---
Bugswriter commented 3 years ago

Nice work. Lets see someone improve your code quality. But before adding anything. I need a proper test response with a variety of questions. Not just two or three at least weather for 20 cities.

jhagas commented 3 years ago

Screenshot from 2021-02-19 14-30-02

Screenshot, i test it with every cities that i know

owl4ce commented 3 years ago

This is great.

Bugswriter commented 3 years ago

are we ready for merge?

jhagas commented 3 years ago

I'm using cut and rev command. While it is working, but i think sed is better. Sadly, i dont understand it (i'm new in linux and shell scripting). Can sed do the exact same stuff?

How my commit work? by pup-ing image line in google html code pup 'img.wob_tci'. Then removing some word and letter in that line of code and leaving the "weather condition" phrase inside the image alt info

Bugswriter commented 3 years ago

I'm using cut and rev command. While it is working, but i think sed is better. Sadly, i dont understand it (i'm new in linux and shell scripting). Can sed do the exact same stuff?

How my commit work? by pup-ing image line in google html code pup 'img.wob_tci'. Then removing some word and letter in that line of code and leaving the "weather condition" phrase inside the image alt info

@officialcactar ?

Genghius commented 3 years ago

111 uses only awk and sed as per author's request. @Bugswriter

Bugswriter commented 3 years ago

111 uses only awk and sed as per author's request. @Bugswriter

@Genghius I think we can merge this PR directly into main.. This is not doing much. also it's well tested?

Bugswriter commented 3 years ago

I am thinking about adding working features safely in main

Genghius commented 3 years ago

This pr can be closed now.

Bugswriter commented 3 years ago

@jhagas You did a good job.