# 5 Terminal Job Search Tips Every Developer Should Know
As developers, we live in the terminal. So why not job hunt there too? JobTTY brings job searching directly to your command line. Here are 5 tips to maximize your terminal job hunting:
## 1. Use Specific Search Queries
```bash
jobtty search "senior ruby developer" --location london
```
```bash
jobtty search "senior ruby developer" --location london
```
## 2. Save Your Searches
```bash
jobtty search "react remote" --save
```
```bash
jobtty search "react remote" --save
```
## 3. Enable Background Notifications
```bash
jobtty daemon start
```
```bash
jobtty daemon start
```
## 4. Filter by Salary Range
```bash
jobtty search python --salary 80k+
```
```bash
jobtty search python --salary 80k+
```
## 5. Quick Apply with One Command
```bash
jobtty apply 123
```
```bash
jobtty apply 123
```
Ready to revolutionize your job search? Install JobTTY today and find your next opportunity without leaving your terminal.