Jason Rodney Hansen
059dd5fa97
Support drag-and-drop for files
...
Insert file paths when files are dropped in terminal from a file manager.
2024-08-19 21:23:27 -06:00
Josh Megnauth
397b527fbd
fix: Launch with invalid default profile fails
...
Closes : #274
2024-08-13 09:15:49 -06:00
Josh Megnauth
3caea33288
Replace unmaintained lexical-sort with ICU
2024-07-15 08:08:01 -06:00
Jeremy Soller
c0d1ab1fb8
Include builtin cosmic dark and light theme in color schemes list, fixes #206
2024-06-05 08:51:26 -06:00
Jeremy Soller
634a24717f
Merge pull request #160 from sixpounder/master
...
Add command line argument to allow a no-fork mode
2024-05-29 21:44:43 -06:00
Jeremy Soller
bcd5e31d6c
Update libcosmic
2024-05-20 14:12:21 -06:00
Jeremy Soller
7f5a5b4bf0
Update dependencies
2024-05-14 13:15:02 -06:00
Rajas Paranjpe
b7b3e942fa
Add CopyOrSigint shortcut for Ctrl+C
2024-05-14 10:57:32 -06:00
Andrea Coronese
3ce7bd56ca
Merge branch 'master' into master
2024-05-01 23:46:30 +02:00
Jeremy Soller
4cec08875f
Merge branch 'master' of https://github.com/pop-os/cosmic-term
2024-04-26 10:27:52 -06:00
Jeremy Soller
f720e63793
Update libcosmic
2024-04-26 10:24:07 -06:00
Jeremy Soller
1047004a6d
Merge branch 'primary' of https://github.com/snaggen/cosmic-term into snaggen-primary
2024-04-26 10:13:35 -06:00
Daniel Eades
1b53309d63
use 'Self' keyword to refer to own type (clippy::use_self)
2024-04-26 10:12:44 -06:00
Daniel Eades
1eb1bd4caa
minor refactoring
2024-04-26 10:12:44 -06:00
Daniel Eades
cfa0087128
remove no-op if statement (clippy::needless_if)
2024-04-26 10:12:44 -06:00
Daniel Eades
9544ba9397
remove needless borrows (clippy::needless_borrows_for_generic_args)
2024-04-26 10:12:44 -06:00
Daniel Eades
ec5c2a1991
flip boolean block (clippy::if_not_else)
2024-04-26 10:12:44 -06:00
Daniel Eades
34cf7bf76a
use 'let/else' syntax (clippy::manual_let_else)
2024-04-26 10:12:44 -06:00
Daniel Eades
76d166b266
prefer lossless conversion to cast (clippy::cast_lossless)
2024-04-26 10:12:44 -06:00
Daniel Eades
89174c5e0d
use implicit iter loops (clippy::explicit_iter_loop)
2024-04-26 10:12:44 -06:00
Daniel Eades
4913e08492
avoid cloning 'copy' types (clippy::clone_on_copy)
2024-04-26 10:12:44 -06:00
Daniel Eades
e7e2ac18c8
remove needless 'return' statements (clippy::needless_return)
2024-04-26 10:12:44 -06:00
Daniel Eades
011af310d2
collapse single match blocks (clippy::single_match, clippy::single_match_else)
2024-04-26 10:12:44 -06:00
Daniel Eades
dcae0a4c2e
use inline format args (clippy::uninlined_format_args)
2024-04-26 10:12:44 -06:00
Dominic Gerhauser
fa744071f8
Add tty working dir and hold
2024-04-26 10:01:49 -06:00
Mattias Eriksson
47689a58bf
Merge branch 'master' into primary
2024-04-25 11:02:38 +02:00
Mattias Eriksson
3e41d261a9
Use COSMIC Default themes as fallback
2024-04-14 12:51:18 -06:00
Mattias Eriksson
c63e19eea3
Add fallback if selected color theme is not present
...
The fallback is the first available theme when sorted,
this is to make things predictable and to get the same
theme if you open the terminal multiple times
2024-04-14 12:51:18 -06:00
Mattias Eriksson
1b9c815d64
Merge branch 'master' into primary
2024-04-12 13:06:59 +02:00
Mattias Eriksson
51eb4c5d02
Adapt write_primary to libcosmic changes
2024-04-10 08:27:23 +02:00
Jeremy Soller
770549e93b
Scroll with shift+home,end,pageup,pagedown
2024-04-08 08:44:32 -06:00
Mattias Eriksson
ff473d2509
Merge branch 'master' into primary
2024-04-08 16:17:46 +02:00
Jeremy Soller
782bce1f01
Enable CSDs on Redox
2024-04-05 19:27:30 -06:00
Mattias Eriksson
69c226928f
Bump alacritty_terminal to 0.23
2024-04-05 14:57:06 -06:00
Mattias Eriksson
59a6a8a12e
Merge branch 'master' into primary
2024-04-05 16:04:41 +02:00
Eduardo Flores
0ecbb15de3
refactor(menu): update menu declaration.
...
- Updated libcosmic.
- Updated menu declaration.
2024-03-18 20:47:58 -06:00
Jeremy Soller
ead520c6bd
Update dependencies
2024-03-18 15:05:53 -06:00
Andrea Coronese
632b20f2e2
No daemon mode
...
- Move arg parsing on top of main function
- Add support for --no-daemon argument
- Fork the process only if --no-daemon was not passed (so forking is
still the default)
2024-03-14 18:04:31 +01:00
Jeremy Soller
e24826e970
Implement OSC 52 escape code events
2024-03-13 09:12:07 -06:00
Mattias Eriksson
63503d53bd
Merge remote-tracking branch 'upstream/master' into primary
2024-03-04 07:56:36 +01:00
Jeremy Soller
36477e06dc
Shorten hash in UI
2024-02-28 13:38:26 -07:00
Jeremy Soller
8cb92d36ae
Remove about heading
2024-02-28 09:33:43 -07:00
Jeremy Soller
910dff2c90
Improve about page, sort messages
2024-02-28 09:15:58 -07:00
Jeremy Soller
c9f99a3025
Add about page
2024-02-27 21:20:00 -07:00
Jeremy Soller
022854fbef
Update libcosmic
2024-02-27 10:33:24 -07:00
Jeremy Soller
09d4ca9f6a
Update libcosmic
2024-02-26 15:19:54 -07:00
leb-kuchen
d4f1e1cd12
Add ability to select a default profile. ( #144 )
...
* add default profile
* check profile
* default profiles add translations
* default profiles check for profile removal
2024-02-25 20:47:52 -07:00
Jeremy Soller
d9512cd0a4
Fix style of advanced font settings item
2024-02-22 11:32:39 -07:00
Jeremy Soller
153dea8221
Make advanced font settings use a button for expanding
2024-02-22 11:31:10 -07:00
Jeremy Soller
235ebd6180
Split dark and light color schemes
2024-02-22 11:18:13 -07:00